StationParserTokenTypes.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, NEWLINE = 4, ENTRY = 5, WS = 6,
  COMMENT = 7, PLUS = 8, MINUS = 9, DIGIT = 10,
  CHAR = 11, OTHER = 12, NULL_TREE_LOOKAHEAD = 3
}


Enumeration Type Documentation

anonymous enum

Enumerator:
EOF_ 
NEWLINE 
ENTRY 
WS 
COMMENT 
PLUS 
MINUS 
DIGIT 
CHAR 
OTHER 
NULL_TREE_LOOKAHEAD 

Definition at line 13 of file StationParserTokenTypes.hpp.

00013              {
00014                 EOF_ = 1,
00015                 NEWLINE = 4,
00016                 ENTRY = 5,
00017                 WS = 6,
00018                 COMMENT = 7,
00019                 PLUS = 8,
00020                 MINUS = 9,
00021                 DIGIT = 10,
00022                 CHAR = 11,
00023                 OTHER = 12,
00024                 NULL_TREE_LOOKAHEAD = 3
00025         };


Generated on Thu Nov 22 14:04:58 2007 for GPLIB++ by  doxygen 1.5.1