CPTensorConfParserTokenTypes.hpp File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  {
  EOF_ = 1, SCALEFACTORT = 4, EQUAL = 5, NUMBER = 6,
  NORMALIZET = 7, WRITETENSORT = 8, WRITESERIALPARALLELT = 9, CALCERRT = 10,
  COMMENT = 11, TRUE = 12, FALSE = 13, STRING = 14,
  WS = 15, NEWLINE = 16, REAL = 17, INT = 18,
  DIGIT = 19, CHAR = 20, OTHER = 21, NULL_TREE_LOOKAHEAD = 3
}


Enumeration Type Documentation

anonymous enum

Enumerator:
EOF_ 
SCALEFACTORT 
EQUAL 
NUMBER 
NORMALIZET 
WRITETENSORT 
WRITESERIALPARALLELT 
CALCERRT 
COMMENT 
TRUE 
FALSE 
STRING 
WS 
NEWLINE 
REAL 
INT 
DIGIT 
CHAR 
OTHER 
NULL_TREE_LOOKAHEAD 

Definition at line 13 of file CPTensorConfParserTokenTypes.hpp.

00013              {
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         };


Generated on Thu Nov 22 14:00:26 2007 for GPLIB++ by  doxygen 1.5.1