Shadowrun: Awakened 29 September 2011 - Build 871
Public Member Functions | Public Attributes
DataStructures::Map< key_type, data_type, key_comparison_func >::MapNode Struct Reference

#include <DS_Map.h>

List of all members.

Public Member Functions

 MapNode ()
 MapNode (const MapNode &input)
 MapNode (key_type _key, data_type _data)
MapNodeoperator= (const MapNode &input)

Public Attributes

data_type mapNodeData
key_type mapNodeKey

Detailed Description

template<class key_type, class data_type, int(*)(const key_type &, const key_type &) key_comparison_func = defaultMapKeyComparison<key_type>>
struct DataStructures::Map< key_type, data_type, key_comparison_func >::MapNode

Definition at line 40 of file DS_Map.h.


Constructor & Destructor Documentation

template<class key_type, class data_type, int(*)(const key_type &, const key_type &) key_comparison_func = defaultMapKeyComparison<key_type>>
DataStructures::Map< key_type, data_type, key_comparison_func >::MapNode::MapNode ( ) [inline]

Definition at line 42 of file DS_Map.h.

{}
template<class key_type, class data_type, int(*)(const key_type &, const key_type &) key_comparison_func = defaultMapKeyComparison<key_type>>
DataStructures::Map< key_type, data_type, key_comparison_func >::MapNode::MapNode ( key_type  _key,
data_type  _data 
) [inline]

Definition at line 43 of file DS_Map.h.

: mapNodeKey(_key), mapNodeData(_data) {}
template<class key_type, class data_type, int(*)(const key_type &, const key_type &) key_comparison_func = defaultMapKeyComparison<key_type>>
DataStructures::Map< key_type, data_type, key_comparison_func >::MapNode::MapNode ( const MapNode input) [inline]

Member Function Documentation

template<class key_type, class data_type, int(*)(const key_type &, const key_type &) key_comparison_func = defaultMapKeyComparison<key_type>>
MapNode& DataStructures::Map< key_type, data_type, key_comparison_func >::MapNode::operator= ( const MapNode input) [inline]

Member Data Documentation

template<class key_type, class data_type, int(*)(const key_type &, const key_type &) key_comparison_func = defaultMapKeyComparison<key_type>>
data_type DataStructures::Map< key_type, data_type, key_comparison_func >::MapNode::mapNodeData
template<class key_type, class data_type, int(*)(const key_type &, const key_type &) key_comparison_func = defaultMapKeyComparison<key_type>>
key_type DataStructures::Map< key_type, data_type, key_comparison_func >::MapNode::mapNodeKey

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