![]() |
Public API Reference |
#include <strset.h>
Public Methods | |
| csStringSetIterator (csStringSet *hash) | |
| Constructor for an iterator to iterate over all elements in a hashmap. More... | |
| bool | HasNext () |
| Is there a next element in this iterator? More... | |
| csStringID | Next () |
| Get the next element. More... | |
Friends | |
| class | csStringSet |
When you have an open iterator you should not alter the string set that this object iterates over.
Definition at line 34 of file csutil/strset.h.
|
|
Constructor for an iterator to iterate over all elements in a hashmap. Note that you should not do changes on the hashmap when you have open iterators. |
|
|
Is there a next element in this iterator?
|
|
|
Get the next element.
|