lab_heaps
Precarious Priority Queues
|
Public Member Functions | |
HeapNodeDescriptor (const heap< T, Compare > &theHeap_, size_t index_) | |
bool | isNull () const |
std::string | key () const |
HeapNodeDescriptor | left () const |
HeapNodeDescriptor | right () const |
Private Attributes | |
const heap< T, Compare > & | theHeap |
const size_t | index |