#include <BALL/DATATYPE/hashSet.h>
Public Member Functions | |
Node (const KeyType &my_key, const Node *my_next) | |
Public Attributes | |
Node * | next |
ValueType | value |
Definition at line 62 of file hashSet.h.
BALL::HashSet< Key >::Node::Node | ( | const KeyType & | my_key, | |
const Node * | my_next | |||
) | [inline] |
Node* BALL::HashSet< Key >::Node::next |
ValueType BALL::HashSet< Key >::Node::value |