Randomized meldable heap node. More...
#include <ogdf/basic/heap/RMHeap.h>
Protected Member Functions | |
RMHeapNode (const T &nodeValue) | |
Creates heap node with a given nodeValue . | |
Protected Attributes | |
RMHeapNode< T > * | left |
Left child of the node. | |
RMHeapNode< T > * | parent |
Parent of the node. | |
RMHeapNode< T > * | right |
Right child of the node. | |
T | value |
Value contained in the node. | |
Friends | |
template<typename , typename > | |
class | RMHeap |
Randomized meldable heap node.
|
inlineexplicitprotected |
|
protected |
|
protected |
|
protected |
|
protected |