Shadowrun: Awakened
Public Member Functions | Public Attributes

DataStructures::Heap< weight_type, data_type, isMaxHeap >::HeapNode Struct Reference

#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>
DataStructures::Heap< weight_type, data_type, isMaxHeap >::HeapNode::HeapNode (  )  [inline]

Definition at line 32 of file DS_Heap.h.

{}

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]

Definition at line 33 of file DS_Heap.h.

: weight(w), data(d) {}


Member Data Documentation

template<class weight_type, class data_type, bool isMaxHeap>
data_type DataStructures::Heap< weight_type, data_type, isMaxHeap >::HeapNode::data

Definition at line 35 of file DS_Heap.h.

template<class weight_type, class data_type, bool isMaxHeap>
weight_type DataStructures::Heap< weight_type, data_type, isMaxHeap >::HeapNode::weight

Definition at line 34 of file DS_Heap.h.


The documentation for this struct was generated from the following file:

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net