#include <GMLParser.h>
Inherited by GMLFalse, GMLNodeBuilder, GMLTrue, and GMLWriter.
Inheritance diagram for GMLBuilder:
Public Member Functions | |
virtual | ~GMLBuilder () |
virtual bool | addBool (const std::string &, const bool)=0 |
virtual bool | addInt (const std::string &, const int)=0 |
virtual bool | addDouble (const std::string &, const double)=0 |
virtual bool | addString (const std::string &, const std::string &)=0 |
virtual bool | addStruct (const std::string &, GMLBuilder *&)=0 |
virtual bool | close ()=0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
Implemented in GMLNodeBuilder, GMLNodeGraphicsBuilder, GMLEdgeBuilder, GMLEdgeGraphicsBuilder, GMLEdgeGraphicsLineBuilder, GMLEdgeGraphicsLinePointBuilder, GMLTrue, GMLFalse, and GMLWriter. |