#include <GMLParser.h>
Inherits GMLBuilder.
Inheritance diagram for GMLWriter:
Public Member Functions | |
bool | addBool (const std::string &st, const bool boolean) |
bool | addInt (const std::string &st, const int integer) |
bool | addDouble (const std::string &st, const double real) |
bool | addString (const std::string &st, const std::string &str) |
bool | addStruct (const std::string &structName, GMLBuilder *&newBuilder) |
bool | close () |
|
Implements GMLBuilder. |
|
Implements GMLBuilder. |
|
Implements GMLBuilder. |
|
Implements GMLBuilder. |
|
Implements GMLBuilder. |
|
Implements GMLBuilder. |