Public Member Functions |
| HashMap (ulong initial_size=1024, uint grow_size=256) |
bool | insert (const K &k, const T &v, bool replace=false) |
bool | search (const K &k, T &v) const |
bool | search (const K &k, T **v) const |
bool | remove (const K &k) |
bool | remove (size_t i) |
size_t | entries (void) const |
T * | value (size_t i) const |
Detailed Description
template<typename K, typename T, const void * G = HashMap__get_key>
class HashMap< K, T, G >
Definition at line 47 of file HashMap.hpp.
The documentation for this class was generated from the following file: