BALL  1.4.79
Modules | Classes | Typedefs
Generic Hash Associative Containers

Modules

 Three-dimensional Hash Grid
 

Classes

struct  BALL::HashSet< Key >::Node
 
class  BALL::HashSet< Key >::IteratorTraits
 
class  BALL::HashSet< Key >::IllegalKey
 
class  BALL::HashSet< Key >
 
class  BALL::StringHashMap< Value >
 

Typedefs

typedef HashSet< String > BALL::StringHashSet
 

Enums

enum  { BALL::HashSet< Key >::INITIAL_CAPACITY = 4, BALL::HashSet< Key >::INITIAL_NUMBER_OF_BUCKETS = 3 }
 

Detailed Description

Typedef Documentation

typedef HashSet<String> BALL::StringHashSet

A string hash set. This is just a convenience class.

Definition at line 26 of file stringHashSet.h.

Enumeration Type Documentation

template<class Key>
anonymous enum
Enumerator
INITIAL_CAPACITY 

Initial capacity of the hash set.

INITIAL_NUMBER_OF_BUCKETS 

Initial number of buckets.

Definition at line 245 of file hashSet.h.