CrystalSpace

Public API Reference

Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

csStringSetIterator Class Reference

An iterator to iterate over elements in a csStringSet. More...

#include <csutil/strset.h>

List of all members.

Public Member Functions

 csStringSetIterator (csStringSet *hash)
 Constructor for an iterator to iterate over all elements in a hashmap.
bool HasNext ()
 Is there a next element in this iterator?
csStringID Next ()
 Get the next element.

Friends

class csStringSet


Detailed Description

An iterator to iterate over elements in a csStringSet.

When you have an open iterator you should not alter the string set that this object iterates over.

Definition at line 35 of file strset.h.


Constructor & Destructor Documentation

csStringSetIterator::csStringSetIterator csStringSet hash  ) 
 

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.


Member Function Documentation

bool csStringSetIterator::HasNext  ) 
 

Is there a next element in this iterator?

csStringID csStringSetIterator::Next  ) 
 

Get the next element.


The documentation for this class was generated from the following file:
Generated for Crystal Space by doxygen 1.3.9.1