GMLWriter
GMLWriter
Section: Tulip Plugins Library (3) Updated: 19 Jul 2010 Local index
Up
NAME
GMLWriter -
SYNOPSIS
#include <GMLParser.h>
Inherits GMLBuilder.
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]
Implements GMLBuilder.
bool GMLWriter::addDouble (const std::string & st, const double real) [inline, virtual]
Implements GMLBuilder.
bool GMLWriter::addInt (const std::string & st, const int integer) [inline, virtual]
Implements GMLBuilder.
bool GMLWriter::addString (const std::string & st, const std::string & str) [inline, virtual]
Implements GMLBuilder.
bool GMLWriter::addStruct (const std::string & structName, GMLBuilder *& newBuilder) [inline, virtual]
Implements GMLBuilder.
bool GMLWriter::close () [inline, virtual]
Implements GMLBuilder.
Author
Generated automatically by Doxygen for Tulip Plugins Library from the source code.
Index
- NAME
-
- SYNOPSIS
-
- Public Member Functions
-
- 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]
-
- Author
-
This document was created by
man2html,
using the manual pages.
Time: 22:07:48 GMT, April 16, 2011