Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::XmlObject Struct Reference

#include <ogdf/fileformats/XmlObject.h>

List of all members.

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

XmlObjectm_pBrother
XmlKey m_key
XmlObjectType m_valueType
union {
   int   m_intValue
   double   m_doubleValue
   const char *   m_stringValue
   XmlObject *   m_pFirstSon
}; 

Detailed Description

Definition at line 64 of file XmlObject.h.


Constructor & Destructor Documentation

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.


Member Data Documentation

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.

Definition at line 79 of file XmlObject.h.


The documentation for this struct was generated from the following file: