![]() |
XII Release 0.1.0
|
Public Member Functions | |
| xiiTreeNode (const T &data) | |
| const xiiUuid & | GetGuid () const |
| const xiiTreeNode< T > * | GetParent () const |
| xiiTreeNode< T > * | GetParent () |
| const xiiHybridArray< xiiTreeNode< T > *, 8 > & | GetChildren () const |
| xiiHybridArray< xiiTreeNode< T > *, 8 > & | GetChildren () |
| xiiTreeNode< T > * | InsertChild (const T &data, xiiUInt32 uiIndex) |
| bool | RemoveChild (xiiUInt32 uiIndex) |
| xiiUInt32 | GetParentIndex () const |
Public Attributes | |
| T | m_Data |
| xiiUuid | m_Guid |