gmlparser.h(3)
NAME
GMLParser.h
SYNOPSIS
#include <iostream> #include <string> #include <list> #include <string.h> Classes struct ParserError struct GMLValue struct GMLTokenParser struct GMLBuilder struct GMLTrue struct GMLFalse struct GMLWriter struct GMLParser< displayComment > Defines #define LEXICALPARSERERROR 0 #define GRAMMARPARSERERROR 1 Enumerations enum GMLToken { BOOLTOKEN, ENDOFSTREAM, STRINGTOKEN, INTTOKEN, DOUBLETOKEN, ERRORINFILE, OPENTOKEN, CLOSETOKEN }
Define Documentation
#define GRAMMARPARSERERROR 1 #define LEXICALPARSERERROR 0
Enumeration Type Documentation
- enum GMLToken
- Enumerator:
- BOOLTOKEN
- ENDOFSTREAM
- STRINGTOKEN
- INTTOKEN
- DOUBLETOKEN
- ERRORINFILE
- OPENTOKEN
- CLOSETOKEN
Author
- Generated automatically by Doxygen for Tulip Plugins Library from the
source code.