GMLParser.h

Langue: en

Version: 293282 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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.