![]() |
Plasma Engine
2.0
|
Public Member Functions | |
| plTreeNode (const T &data) | |
| const plUuid & | GetGuid () const |
| const plTreeNode< T > * | GetParent () const |
| plTreeNode< T > * | GetParent () |
| const plHybridArray< plTreeNode< T > *, 8 > & | GetChildren () const |
| plHybridArray< plTreeNode< T > *, 8 > & | GetChildren () |
| plTreeNode< T > * | InsertChild (const T &data, plUInt32 uiIndex) |
| bool | RemoveChild (plUInt32 uiIndex) |
| plUInt32 | GetParentIndex () const |
Public Attributes | |
| T | m_Data |
| plUuid | m_Guid |