![]() |
Public API Reference |
#include <hashmapr.h>
Inheritance diagram for csHashMapReversible:
Public Methods | |
void | Put (const char *key, csHashObject object) |
Put element into hash while implementing reversible features. Does csHashCompute automatically. More... | |
const char * | GetKey (csHashObject value) const |
Get the first original key string with the given value. More... | |
const char * | GetKey (csHashKey key) const |
Get the first original key string with the given key number. More... | |
Friends | |
class | csHashIteratorReversible |
Definition at line 27 of file hashmapr.h.
|
Get the first original key string with the given key number.
|
|
Get the first original key string with the given value.
|
|
Put element into hash while implementing reversible features. Does csHashCompute automatically.
|