![]() |
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... | |
| void | DeleteNext () |
| Delete the next element. More... | |
| void | Return () |
| Move the iterator back to the first element. More... | |
Definition at line 255 of file hash.h.
|
|||||||||
|
Delete the next element.
Definition at line 296 of file hash.h. References csHash::Elements. |
|
|||||||||
|
Returns a boolean indicating whether or not the hash has more elements.
|
|
|||||||||
|
Get the next element's value.
Definition at line 287 of file hash.h. References csHash::Elements. |
|
|||||||||
|
Move the iterator back to the first element.
|