tm_data_type.mdg.hh

Go to the documentation of this file.
00001 #ifndef lestes__md__types__tm_data_type_mdg_hh__included
00002 #define lestes__md__types__tm_data_type_mdg_hh__included
00003 /* This file is automaticaly generated from machine-description */
00004 
00005 /*!
00006         \file
00007         \brief IDs used by some ::lestes::md::types types.
00008         \author jaz
00009 */
00010 
00011 #include <lestes/md/common.hh>
00012 #include <lestes/std/objectize_macros.hh>
00013 
00014 package(lestes);
00015 package(md);
00016 package(types);
00017 
00018 /*!
00019         \brief Ids of datatypes defined by machine description.
00020 */
00021 enum dt_id_type {
00022         DT_ARRAY,       //0
00023         DT_STRUCT,      //1
00024         DT_UNION,       //2
00025         DT_COND,        //3
00026         DT_BOOL,        //4
00027         DT_INT_8P,      //5
00028         DT_INT_8U,      //6
00029         DT_INT_8S,      //7
00030         DT_INT_16S,     //8
00031         DT_INT_16U,     //9
00032         DT_INT_32S,     //10
00033         DT_INT_32U      //11
00034 };
00035 
00036 
00037 end_package(types);
00038 end_package(md);
00039 
00040 package(std);
00041 
00042 specialize_objectize_for_enum( ::lestes::md::types::dt_id_type );
00043 
00044 end_package(std);
00045 end_package(lestes);
00046 
00047 #endif

Generated on Mon Feb 12 18:23:37 2007 for lestes by doxygen 1.5.1-20070107