|
Dynalib Utils
|
#include <DynaHashSet.h>
Public Member Functions | |
| SetIter (const DynaHashSet< V > *set, int start) | |
| SetIter (const DynaHashSet< V > *set) | |
| int | getIndex () |
| bool | hasNext () |
| bool | hasPrev () |
| bool | operator== (const SetIter< V > &other) const |
| bool | operator!= (const SetIter< V > &other) const |
| V * | operator* () const |
| const SetIter< V > & | operator++ () |
| const SetIter< V > & | operator-- () |
| SetIter< V > | begin () |
| SetIter< V > | end () |
| SetIter< V >::SetIter | ( | const DynaHashSet< V > * | set, |
| int | start | ||
| ) |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.13