|
| HashMap (const HashMap ©) |
|
| HashMap (Function hash, Size pool) |
|
void | SetSize (Size pool) |
|
void | SetHashFunction (Function hash) |
|
void | Insert (KeyType key, ValueType value) |
|
ValueType | Get (KeyType key) const |
|
bool | Get (KeyType key, ValueType *value) const |
|
void | GetKeys (List< KeyType > *keys) const |
|
void | GetEntries (List< std::pair< KeyType, ValueType > > *entries) const |
|
void | Erase (KeyType key) |
|
void | Clear () |
|
void | Clear (Size pool) |
|
|
std::ostream & | operator<< (std::ostream &stream, const HashMap< KeyType, ValueType > &hashMap) |
|
The documentation for this class was generated from the following files: