HL::MyHashMap< Key, Value, Allocator >::ListNode Class Reference

List of all members.

Public Member Functions

 ListNode (void)

Public Attributes

Key key
Value value
ListNodenext

template<typename Key, typename Value, class Allocator>
class HL::MyHashMap< Key, Value, Allocator >::ListNode


Constructor & Destructor Documentation

template<typename Key, typename Value, class Allocator>
HL::MyHashMap< Key, Value, Allocator >::ListNode::ListNode ( void   )  [inline]

Member Data Documentation

template<typename Key, typename Value, class Allocator>
Key HL::MyHashMap< Key, Value, Allocator >::ListNode::key
template<typename Key, typename Value, class Allocator>
ListNode* HL::MyHashMap< Key, Value, Allocator >::ListNode::next
template<typename Key, typename Value, class Allocator>
Value HL::MyHashMap< Key, Value, Allocator >::ListNode::value

The documentation for this class was generated from the following file:
Generated on Tue Aug 2 11:51:31 2011 for Galois by  doxygen 1.6.3