Represents node in GML parse tree.
More...
#include <ogdf/fileformats/GmlParser.h>
Represents node in GML parse tree.
Definition at line 44 of file GmlParser.h.
◆ Object() [1/4]
ogdf::gml::Object::Object |
( |
Key |
k, |
|
|
int |
value |
|
) |
| |
|
inline |
◆ Object() [2/4]
ogdf::gml::Object::Object |
( |
Key |
k, |
|
|
double |
value |
|
) |
| |
|
inline |
◆ Object() [3/4]
ogdf::gml::Object::Object |
( |
Key |
k, |
|
|
const char * |
value |
|
) |
| |
|
inline |
◆ Object() [4/4]
ogdf::gml::Object::Object |
( |
Key |
k | ) |
|
|
inline |
◆ @5
◆ doubleValue
double ogdf::gml::Object::doubleValue |
◆ intValue
int ogdf::gml::Object::intValue |
◆ key
Key ogdf::gml::Object::key |
◆ pBrother
Object* ogdf::gml::Object::pBrother |
◆ pFirstSon
Object* ogdf::gml::Object::pFirstSon |
◆ stringValue
const char* ogdf::gml::Object::stringValue |
◆ valueType
The documentation for this struct was generated from the following file: