| acquire(int key) | structures::int_hash< contents > | |
| hash_table< int, contents >::acquire(const int &key) | structures::hash_table< int, contents > | |
| add(int key, contents *to_store) | structures::int_hash< contents > | |
| hash_table< int, contents >::add(const int &key, contents *to_store) | structures::hash_table< int, contents > | |
| hash_table< int, contents >::add(int *key, contents *to_store, bool check_dupes=true) | structures::hash_table< int, contents > | |
| apply(apply_function *to_apply, void *data_link) | structures::int_hash< contents > | |
| apply_function typedef | structures::int_hash< contents > | |
| calculate_num_slots(int estimated_elements) | structures::hash_table< int, contents > | static |
| class_name() const =0 | basis::nameable | pure virtual |
| DEFINE_CLASS_NAME("hash_table") | structures::hash_table< int, contents > | |
| elements() const | structures::hash_table< int, contents > | |
| estimated_elements() const | structures::hash_table< int, contents > | inline |
| EXISTING enum value | structures::hash_table< int, contents > | |
| fast_dangerous_add(const int &key, contents *to_store) | structures::hash_table< int, contents > | |
| find(const int &key, contents *&item_found) const | structures::hash_table< int, contents > | |
| find(const int &key) const | structures::hash_table< int, contents > | inline |
| hash_table(const hashing_algorithm &hasher, int estimated_elements) | structures::hash_table< int, contents > | |
| ids() const | structures::int_hash< contents > | |
| ids(int_set &ids) const | structures::int_hash< contents > | |
| int_hash(int max_bits) | structures::int_hash< contents > | |
| IS_NEW enum value | structures::hash_table< int, contents > | |
| outcomes enum name | structures::hash_table< int, contents > | |
| rehash(int estimated_elements) | structures::hash_table< int, contents > | |
| reset() | structures::int_hash< contents > | |
| table_access() const | structures::hash_table< int, contents > | |
| verify() const | structures::hash_table< int, contents > | |
| zap(int key) | structures::int_hash< contents > | |
| hash_table< int, contents >::zap(const int &key) | structures::hash_table< int, contents > | |
| ~hash_table() | structures::hash_table< int, contents > | virtual |
| ~int_hash() | structures::int_hash< contents > | |