![]() |
Public API Reference |
#include <hashr.h>
Inheritance diagram for csHashReversible:

Public Methods | |
| void | Put (const K &key, const T &value) |
| Add an element to the hash and reverse table. More... | |
| const K & | GetKey (const T &key) const |
| Get the first key matching the given value, or 0 if there is none. More... | |
Definition at line 30 of file hashr.h.
|
||||||||||
|
Get the first key matching the given value, or 0 if there is none.
|
|
||||||||||||||||
|
Add an element to the hash and reverse table.
Reimplemented from csHash. |