![]() |
Public API Reference |
#include <hash.h>
Public Methods | |
bool | HasNext () const |
Returns a boolean indicating whether or not the hash has more elements. More... | |
const T & | Next () |
Get the next element's value. More... | |
const T & | Next (K &key) |
Get the next element's value and key. More... | |
void | DeleteNext () |
Delete the next element. More... | |
void | Return () |
Move the iterator back to the first element. More... |
Definition at line 307 of file hash.h.
|
Delete the next element.
Definition at line 369 of file hash.h. References csArray< csArray< Element > >::DeleteIndex, and csHash::Elements. |
|
Returns a boolean indicating whether or not the hash has more elements.
Definition at line 346 of file hash.h. References csHash::Elements, and csArray< csArray< Element > >::Length. |
|
Get the next element's value and key.
Definition at line 362 of file hash.h. References csHash::Elements. |
|
Get the next element's value.
Definition at line 353 of file hash.h. References csHash::Elements. |
|
Move the iterator back to the first element.
|