The Pedigree Project  0.1
Public Member Functions | Public Attributes | List of all members
HashTable< K, V, SiblingK, InitialBuckets, QuadraticProbe, GrowthFactor >::bucket Struct Reference
+ Collaboration diagram for HashTable< K, V, SiblingK, InitialBuckets, QuadraticProbe, GrowthFactor >::bucket:

Public Member Functions

struct bucketnext ()
 
struct bucketprevious ()
 

Public Attributes

key
 
value
 
bool set
 
HashTableparent
 

Detailed Description

template<class K, class V, class SiblingK = K, size_t InitialBuckets = 4, bool QuadraticProbe = true, size_t GrowthFactor = 2>
struct HashTable< K, V, SiblingK, InitialBuckets, QuadraticProbe, GrowthFactor >::bucket

Definition at line 76 of file HashTable.h.


The documentation for this struct was generated from the following file: