|
Dynalib Utils
|
#include <DynaList.h>
Public Member Functions | |
| DynaListIter (const DynaList< T > *list, int start) | |
| int | getIndex () |
| bool | hasNext () |
| bool | hasPrev () |
| bool | operator== (const DynaListIter< T > &other) const |
| bool | operator!= (const DynaListIter< T > &other) const |
| T * | operator* () const |
| const DynaListIter< T > & | operator++ () |
| const DynaListIter< T > & | operator-- () |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.13