| T | |
| R | |
| P | |
| H |
| public inline | HashtableIterator() |
| public inline | HashtableIterator(H* table_, Bucket<T>* bucket_) |
| public inline Bucket<T>* | GetBucket() const |
| public inline R | operator*() |
| public 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 |