Public Member Functions | |
| D_CORE_API ndNodeBaseHierarchy * | GetChild () const |
| D_CORE_API ndNodeBaseHierarchy * | GetParent () const |
| D_CORE_API ndNodeBaseHierarchy * | GetSibling () const |
| D_CORE_API void | Detach () |
| D_CORE_API void | Attach (ndNodeBaseHierarchy *const parent) |
| D_CORE_API ndNodeBaseHierarchy * | GetRoot () const |
| D_CORE_API ndNodeBaseHierarchy * | GetFirst () const |
| D_CORE_API ndNodeBaseHierarchy * | GetLast () const |
| D_CORE_API ndNodeBaseHierarchy * | GetNext () const |
| D_CORE_API ndNodeBaseHierarchy * | GetPrev () const |
| D_CORE_API ndNodeBaseHierarchy * | Find (ndUnsigned64 nameCRC) const |
| D_CORE_API ndNodeBaseHierarchy * | Find (const char *const name) const |
| ndUnsigned64 | GetNameID () const |
| const ndString & | GetName () const |
| void | SetName (const char *const name) |
Public Member Functions inherited from ndClassAlloc | |
| ndClassAlloc () | |
| Empty default constructor. | |
| ~ndClassAlloc () | |
| Empty. | |
Protected Member Functions | |
| D_CORE_API | ndNodeBaseHierarchy (const char *const name) |
| D_CORE_API | ndNodeBaseHierarchy (const ndNodeBaseHierarchy &clone) |
| virtual D_CORE_API ndNodeBaseHierarchy * | CreateClone () const =0 |
Additional Inherited Members | |
Static Public Member Functions inherited from ndClassAlloc | |
| D_OPERATOR_NEW_AND_DELETE static D_CORE_API void * | Malloc (size_t size) |
| Generic allocation for any function subclass from ndClassAlloc. | |
| static D_CORE_API void | Free (void *const ptr) |
| Generic destruction for any function subclass from ndClassAlloc. | |