| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

SimFlag.h

Go to the documentation of this file.
00001 #ifndef SIMFLAG_HH
00002 #define SIMFLAG_HH
00003 
00019 
00020 namespace SimFlag {
00021   enum SimFlag_t {
00022     kUnknown      = 0x00,
00023     kData         = 0x01,
00024     kMC           = 0x02
00025   };
00026 
00027   const char* AsString(SimFlag_t flag);
00028   const char* StringFromMask(int mask);
00029   
00030   SimFlag_t   FromString(const char* str);
00031   int         FullMask();
00032   
00033 }
00034 
00035 
00036 #endif
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:14:47 2011 for Conventions by doxygen 1.4.7