00001 #ifndef INC_CLmsConfigParserTokenTypes_hpp_
00002 #define INC_CLmsConfigParserTokenTypes_hpp_
00003
00004
00005
00006 #ifndef CUSTOM_API
00007 # define CUSTOM_API
00008 #endif
00009
00010 #ifdef __cplusplus
00011 struct CUSTOM_API CLmsConfigParserTokenTypes {
00012 #endif
00013 enum {
00014 EOF_ = 1,
00015 MUT = 4,
00016 EQUAL = 5,
00017 NUMBER = 6,
00018 FILTERLENGTHT = 7,
00019 SHIFTT = 8,
00020 SECFACTORT = 9,
00021 COMMENT = 10,
00022 TRUE = 11,
00023 FALSE = 12,
00024 STRING = 13,
00025 WS = 14,
00026 NEWLINE = 15,
00027 REAL = 16,
00028 INT = 17,
00029 DIGIT = 18,
00030 CHAR = 19,
00031 OTHER = 20,
00032 NULL_TREE_LOOKAHEAD = 3
00033 };
00034 #ifdef __cplusplus
00035 };
00036 #endif
00037 #endif