![]() |
Public API Reference |
![]() |
An iterator class for the set. More...
#include <csutil/set.h>
Public Member Functions | |
bool | HasNext () const |
Returns a boolean indicating whether or not the set has more elements. | |
T | Next () |
Get the next element's value. | |
Friends | |
class | csSet< T > |
An iterator class for the set.
bool csSet< T, Allocator >::GlobalIterator::HasNext | ( | ) | const [inline] |
T csSet< T, Allocator >::GlobalIterator::Next | ( | ) | [inline] |