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