#include <BALL/DATATYPE/hashSet.h>
Public Member Functions | |
Node (const KeyType &my_key, const Node *my_next) | |
Public Attributes | |
Node * | next |
ValueType | value |
BALL::HashSet< Key >::Node::Node | ( | const KeyType & | my_key, | |
const Node * | my_next | |||
) | [inline] |
Node* BALL::HashSet< Key >::Node::next |
Referenced by BALL::HashSet< Key >::clear(), BALL::HashSet< Key >::deleteBuckets_(), BALL::HashSet< Key >::erase(), BALL::HashSet< Key >::find(), BALL::HashSet< Key >::IteratorTraits::forward(), BALL::HashSet< Key >::HashSet(), BALL::HashSet< Key >::isValid(), BALL::HashSet< Key >::rehash_(), and BALL::HashSet< Key >::set().
ValueType BALL::HashSet< Key >::Node::value |