Iterator type of a Hashtable .
Model of ForwardIterator .
T | |
R | |
P | |
H |
public inline nothrow | HashtableIterator() |
public inline nothrow | HashtableIterator(H* table_, Bucket<T>* bucket_) |
public inline nothrow Bucket<T>* | GetBucket() const |
public inline R | operator*() |
public inline HashtableIterator& | operator++() |
public inline P | operator->() |
public typedef HashtableType | H |
public typedef PointerType | P |
public typedef ReferenceType | R |
private typedef Self | HashtableIterator |
public typedef ValueType | T |
private Bucket<T>* | bucket |
private H* | table |