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

TypePtr.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:       TypePtr.h
00014 
00015    Author:     Klaus Kaempf <kkaempf@suse.de>
00016    Maintainer: Klaus Kaempf <kkaempf@suse.de>
00017 
00018 /-*/
00019 
00020 #ifndef TypePtr_h
00021 #define TypePtr_h
00022 
00023 #include <y2util/RepDef.h>
00024 
00025 // TypePtr
00026 // constTypePtr
00027 
00028 DEFINE_BASE_POINTER(Type);
00029 DEFINE_DERIVED_POINTER(FlexType, Type);
00030 DEFINE_DERIVED_POINTER(NFlexType, Type);
00031 DEFINE_DERIVED_POINTER(VariableType, Type);
00032 DEFINE_DERIVED_POINTER(ListType, Type);
00033 DEFINE_DERIVED_POINTER(MapType, Type);
00034 DEFINE_DERIVED_POINTER(BlockType, Type);
00035 DEFINE_DERIVED_POINTER(TupleType, Type);
00036 DEFINE_DERIVED_POINTER(FunctionType, Type);
00037 
00038 #endif   // TypePtr_h

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