#include <hashmapr.h>
Inheritance diagram for csHashMapReversible:
Public Methods | |
csHashMapReversible (uint32 size=211) | |
virtual | ~csHashMapReversible () |
void | Put (const char *key, csHashObject object) |
Put element into hash while implementing reversible features. Does csHashCompute automatically. | |
const char* | GetKey (csHashObject value) |
Get the original key string from the value. | |
const char* | GetKey (csHashKey key) |
Get the original key string from the key number. | |
Protected Attributes | |
csHashMap* | Reverse |
csHashMap* | HalfReverse |
Friends | |
class | csHashIteratorReversible |