|
|
| operator ndInt32 () const |
| |
|
ndInt32 | GetCount () const |
| |
|
ndNode * | GetRoot () const |
| |
|
ndNode * | Minimum () const |
| |
|
ndNode * | Maximum () const |
| |
|
ndNode * | Find (const ndInt32 &key) const |
| |
|
ndNode * | FindGreater (const ndInt32 &key) const |
| |
|
ndNode * | FindLessEqual (const ndInt32 &key) const |
| |
|
ndNode * | FindGreaterEqual (const ndInt32 &key) const |
| |
|
ndNode * | FindCreate (const ndInt32 &key, bool &wasFound) |
| |
|
ndNode * | GetNodeFromInfo (const ndBody * &info) const |
| |
|
ndNode * | Insert (const ndInt32 &key) |
| |
|
ndNode * | Insert (ndNode *const node, const ndInt32 &key) |
| |
|
ndNode * | Insert (const const ndBody * &element, const ndInt32 &key) |
| |
|
ndNode * | Insert (const const ndBody * &element, const ndInt32 &key, bool &wasFound) |
| |
|
ndNode * | Replace (const ndBody * &element, const ndInt32 &key) |
| |
|
ndNode * | ReplaceKey (const ndInt32 &oldKey, const ndInt32 &newKey) |
| |
|
ndNode * | ReplaceKey (ndNode *const node, const ndInt32 &key) |
| |
|
void | RemoveAll () |
| |
|
void | Remove (const ndInt32 &key) |
| |
|
void | Remove (ndNode *const node) |
| |
|
void | Unlink (ndNode *const node) |
| |
|
void | SwapInfo (ndTree &tree) |
| |
|
bool | SanityCheck () const |
| |
|
| ndClassAlloc () |
| | Empty default constructor.
|
| |
|
| ~ndClassAlloc () |
| | Empty.
|
| |
|
static void | FlushFreeList () |
| |
|
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.
|
| |