_allocator | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | [private] |
_buckets | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | [private] |
_compare | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | [private] |
_count | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | [private] |
_deleteBucket(bucket_type *b) | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | [inline, private] |
_end | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | [private] |
_hash | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | [private] |
_newBucket(const _Key &k, bucket_type *p) | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | [inline, private] |
_newBucket(const _Key &k, const _Value &v, bucket_type *p) | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | [inline, private] |
_parentBucket(const _Key &k) const | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | [inline, private] |
_table | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | [private] |
begin() | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | [inline] |
bucket_type typedef | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | |
clear() | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | [inline] |
compare_type typedef | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | |
end() | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | [inline] |
find(const _Key &k) const | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | [inline] |
hash_type typedef | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | |
HashTable(size_t size=16384, indri::utility::RegionAllocator *allocator=0) | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | [inline] |
HashTableIterator< _Key, _Value, _Comparator > class | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | [friend] |
insert(const _Key &k) | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | [inline] |
insert(const _Key &k, const _Value &v) | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | [inline] |
iterator typedef | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | |
key_type typedef | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | |
remove(const _Key &k) | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | [inline] |
size() | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | [inline] |
value_type typedef | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | |
~HashTable() | indri::utility::HashTable< _Key, _Value, _HashFunction, _Comparator > | [inline] |