|
|
| ndUpHeap (ndInt32 maxElements) |
| |
|
| ndUpHeap (const void *const buffer, ndInt32 sizeInBytes) |
| |
|
dKey | Value (ndInt32 i=0) const |
| |
|
| ndHeap (ndInt32 maxElements) |
| |
|
| ndHeap (const void *const buffer, ndInt32 sizeInBytes) |
| |
|
void | Flush () |
| |
|
ndUpHeapCompare< dKey > | MaxValue () const |
| |
|
ndUpHeapCompare< dKey > | Value (ndInt32 i=0) const |
| |
|
ndInt32 | GetCount () const |
| |
|
ndInt32 | GetMaxCount () const |
| |
|
const dItem & | operator[] (ndInt32 i) const |
| |
|
ndInt32 | Find (dItem &obj) |
| |
|
ndInt32 | Find (ndUpHeapCompare< dKey > key) |
| |
|
void | Pop () |
| |
|
void | Sort () |
| |
|
void | Remove (ndInt32 Index) |
| |
|
void | Push (dItem &obj, ndUpHeapCompare< dKey > key) |
| |
|
bool | SanityCheck () |
| |
|
| ndClassAlloc () |
| | Empty default constructor.
|
| |
|
| ~ndClassAlloc () |
| | Empty.
|
| |