BALL::HashSet< Key >::Node Struct Reference

#include <BALL/DATATYPE/hashSet.h>

List of all members.


Public Member Functions

 Node (const KeyType &my_key, const Node *my_next)

Public Attributes

Nodenext
ValueType value

template<class Key>
struct BALL::HashSet< Key >::Node


Constructor & Destructor Documentation

template<class Key>
BALL::HashSet< Key >::Node::Node ( const KeyType my_key,
const Node my_next 
) [inline]

Member Data Documentation