csStringHashIterator Class Reference
An iterator to iterate over elements in a csStringHash. More...
#include <strhash.h>
Public Methods | |
csStringHashIterator (csStringHash *) | |
Construct an iterator to iterate over all elements in the string hash. | |
virtual | ~csStringHashIterator () |
Destructor. | |
bool | HasNext () |
Is there a next element in this iterator? | |
csStringID | Next () |
Get the next element. |
Detailed Description
An iterator to iterate over elements in a csStringHash.When you have an open iterator you should not alter the string hash that this object iterates over.
Definition at line 44 of file strhash.h.
Constructor & Destructor Documentation
|
Construct an iterator to iterate over all elements in the string hash.
|
|
Destructor.
|
Member Function Documentation
|
Is there a next element in this iterator?
|
|
Get the next element.
|
The documentation for this class was generated from the following file:
- csutil/strhash.h
Generated for Crystal Space by doxygen 1.2.18