GMLWriter Struct Reference#include <GMLParser.h>
Inherits GMLBuilder.
Inheritance diagram for GMLWriter:
[legend]Collaboration diagram for GMLWriter:
[legend]List of all members.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 ()
Member Function Documentation
bool GMLWriter::addBool |
( |
const std::string & |
st, |
|
|
const bool |
boolean |
|
) |
[inline, virtual] |
|
bool GMLWriter::addDouble |
( |
const std::string & |
st, |
|
|
const double |
real |
|
) |
[inline, virtual] |
|
bool GMLWriter::addInt |
( |
const std::string & |
st, |
|
|
const int |
integer |
|
) |
[inline, virtual] |
|
bool GMLWriter::addString |
( |
const std::string & |
st, |
|
|
const std::string & |
str |
|
) |
[inline, virtual] |
|
bool GMLWriter::addStruct |
( |
const std::string & |
structName, |
|
|
GMLBuilder *& |
newBuilder |
|
) |
[inline, virtual] |
|
bool GMLWriter::close |
( |
|
) |
[inline, virtual] |
|
|