Overview     Modules     Class Hierarchy     Classes     Members  

GMLWriter Struct Reference

#include <GMLParser.h>

Inherits GMLBuilder.

Inheritance diagram for GMLWriter:

Inheritance graph
[legend]
Collaboration diagram for GMLWriter:

Collaboration graph
[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]
 

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.



Tulip Software by David AUBER    2001 - 2006