Now you can download a copy of these docs so you can use them offline! Download now
#include <ComplexData.h>

Public Member Functions | |
| ComplexData (ComplexEntryType &type) | |
| ComplexEntryType & | GetType () |
Base class for non-primitive data structures.
Definition at line 21 of file ComplexData.h.
| ComplexData::ComplexData | ( | ComplexEntryType & | type | ) |
Creates a new ComplexData of the given type.
| type | The type of this data structure. |
Definition at line 11 of file ComplexData.cpp.
| ComplexEntryType & ComplexData::GetType | ( | ) |
Gets the type of this data structure.
Definition at line 13 of file ComplexData.cpp.
1.8.6