Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Examples

YCodePtr.h

Go to the documentation of this file.
00001 /*----------------------------------------------------------*- c++ -*--\
00002 |                                                                      |
00003 |                      __   __    ____ _____ ____                      |
00004 |                      \ \ / /_ _/ ___|_   _|___ \                     |
00005 |                       \ V / _` \___ \ | |   __) |                    |
00006 |                        | | (_| |___) || |  / __/                     |
00007 |                        |_|\__,_|____/ |_| |_____|                    |
00008 |                                                                      |
00009 |                               core system                            |
00010 |                                                    (C) SuSE Linux AG |
00011 \----------------------------------------------------------------------/
00012 
00013    File:       YCodePtr.h
00014 
00015    Author:     Klaus Kaempf <kkaempf@suse.de>
00016    Maintainer: Klaus Kaempf <kkaempf@suse.de>
00017 
00018 /-*/
00019 
00020 #ifndef YCodePtr_h
00021 #define YCodePtr_h
00022 
00023 #include <y2util/RepDef.h>
00024 
00025 // YCodePtr
00026 // constYCodePtr
00027 
00028 DEFINE_BASE_POINTER(YCode);
00029 DEFINE_DERIVED_POINTER(YError, YCode);
00030 DEFINE_DERIVED_POINTER(YConst, YCode);
00031 DEFINE_DERIVED_POINTER(YLocale, YCode);
00032 DEFINE_DERIVED_POINTER(YDeclaration, YCode);
00033 DEFINE_DERIVED_POINTER(YFunction, YCode);
00034 
00035 // needed in YCode.h already
00036 DEFINE_DERIVED_POINTER(YBlock, YCode);
00037 
00038 #endif   // YCodePtr_h
00039 

Generated on Fri Nov 9 18:15:22 2007 for yast2-core by doxygen 1.3.6