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

Public Methods | |
| csHashIteratorReversible (csHashMapReversible *hash, csHashKey key) | |
| Construct an iterator over specific elements of a reversible hash. More... | |
| csHashIteratorReversible (csHashMapReversible *hash, const char *key) | |
| Construct an iterator over specific elements of a reversible hash. More... | |
| csHashObject | Next () |
| Get next object, for iterators constructed from a string key. More... | |
| const char * | GetKey () const |
| Get the key of the current value. More... | |
Friends | |
| class | csHashMapReversible |
Definition at line 91 of file hashmapr.h.
|
||||||||||||
|
Construct an iterator over specific elements of a reversible hash.
|
|
||||||||||||
|
Construct an iterator over specific elements of a reversible hash.
|
|
|
Get the key of the current value.
|
|
|
Get next object, for iterators constructed from a string key.
Reimplemented from csHashIterator. |