![]() |
Public API Reference |
#include <hashmapr.h>
Inheritance diagram for csGlobalHashIteratorReversible:
Public Methods | |
csGlobalHashIteratorReversible (csHashMapReversible *hash) | |
Construct an iterator over specific elements of a reversible hash. More... | |
const char * | GetKey () const |
Get the key of the current value. More... | |
csHashObject | Next () |
Get the next element. More... | |
Friends | |
class | csHashMapReversible |
Definition at line 52 of file hashmapr.h.
|
Construct an iterator over specific elements of a reversible hash.
|
|
Get the key of the current value.
|
|
Get the next element.
Reimplemented from csGlobalHashIterator. |