#include <DS_Heap.h>
List of all members.
Public Member Functions |
| | HeapNode () |
| | HeapNode (const weight_type &w, const data_type &d) |
Public Attributes |
| data_type | data |
| weight_type | weight |
Detailed Description
template<class weight_type, class data_type, bool isMaxHeap>
struct DataStructures::Heap< weight_type, data_type, isMaxHeap >::HeapNode
Definition at line 30 of file DS_Heap.h.
Constructor & Destructor Documentation
template<class weight_type, class data_type, bool isMaxHeap>
template<class weight_type, class data_type, bool isMaxHeap>
| DataStructures::Heap< weight_type, data_type, isMaxHeap >::HeapNode::HeapNode |
( |
const weight_type & |
w, |
|
|
const data_type & |
d | |
|
) |
| | [inline] |
Member Data Documentation
template<class weight_type, class data_type, bool isMaxHeap>
template<class weight_type, class data_type, bool isMaxHeap>
The documentation for this struct was generated from the following file: