GMLWriter

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

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.