Heap-on-Top bucket element. More...
#include <ogdf/basic/heap/HotQueue.h>
Public Member Functions | |
HotQueueNode () | |
HotQueueNode (const V &val, const P &pr) | |
Public Attributes | |
HotQueueNode< V, P > * | next |
HotQueueNode< V, P > * | prev |
P | priority |
V | value |
Heap-on-Top bucket element.
Definition at line 45 of file HotQueue.h.
|
inline |
Definition at line 52 of file HotQueue.h.
|
inline |
Definition at line 54 of file HotQueue.h.
HotQueueNode<V, P>* ogdf::HotQueueNode< V, P >::next |
Definition at line 50 of file HotQueue.h.
HotQueueNode<V, P>* ogdf::HotQueueNode< V, P >::prev |
Definition at line 49 of file HotQueue.h.
Definition at line 47 of file HotQueue.h.
V ogdf::HotQueueNode< V, P >::value |
Definition at line 46 of file HotQueue.h.