#include <ogdf/fileformats/XmlObject.h>
Public Member Functions | |
| XmlObject (XmlKey key) | |
| XmlObject (XmlKey key, int intValue) | |
| XmlObject (XmlKey key, double doubleValue) | |
| XmlObject (XmlKey key, const char *stringValue) | |
| XmlObject (const char *stringValue) | |
Public Attributes | |
| XmlObject * | m_pBrother |
| XmlKey | m_key |
| XmlObjectType | m_valueType |
| union { | |
| int m_intValue | |
| double m_doubleValue | |
| const char * m_stringValue | |
| XmlObject * m_pFirstSon | |
| }; | |
Definition at line 64 of file XmlObject.h.
| ogdf::XmlObject::XmlObject | ( | XmlKey | key | ) | [inline] |
Definition at line 103 of file XmlObject.h.
| ogdf::XmlObject::XmlObject | ( | XmlKey | key, |
| int | intValue | ||
| ) | [inline] |
Definition at line 107 of file XmlObject.h.
| ogdf::XmlObject::XmlObject | ( | XmlKey | key, |
| double | doubleValue | ||
| ) | [inline] |
Definition at line 111 of file XmlObject.h.
| ogdf::XmlObject::XmlObject | ( | XmlKey | key, |
| const char * | stringValue | ||
| ) | [inline] |
Definition at line 115 of file XmlObject.h.
| ogdf::XmlObject::XmlObject | ( | const char * | stringValue | ) | [inline] |
Definition at line 119 of file XmlObject.h.
| union { ... } |
Definition at line 78 of file XmlObject.h.
Definition at line 77 of file XmlObject.h.
Definition at line 67 of file XmlObject.h.
Definition at line 66 of file XmlObject.h.
Definition at line 80 of file XmlObject.h.
| const char* ogdf::XmlObject::m_stringValue |
Definition at line 79 of file XmlObject.h.
Definition at line 68 of file XmlObject.h.