| foreach(void(*func)(K *, T *, void *closure), void *closure) | hashtable< K, T > | [inline] |
| foreach_remove(gboolean(*func)(K *, T *, void *closure), void *closure) | hashtable< K, T > | [inline] |
| hashtable(int size) | hashtable< K, T > | [inline] |
| insert(K *key, T *value) | hashtable< K, T > | [inline] |
| lookup_extended(K *key, K **orig_key_ret, T **value_ret) | hashtable< K, T > | [inline] |
| operator[](K *key) | hashtable< K, T > | [inline] |
| remove(K *key) | hashtable< K, T > | [inline] |
| size() const | hashtable< K, T > | [inline] |
| ~hashtable() | hashtable< K, T > | [inline] |