lab_heaps
Precarious Priority Queues
HeapNodeDescriptor< T, Compare > Class Template Reference
Inheritance diagram for HeapNodeDescriptor< T, Compare >:
[legend]
Collaboration diagram for HeapNodeDescriptor< T, Compare >:
[legend]

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
 

The documentation for this class was generated from the following files: