vdk 2.4.0
|
Provides a VDKList iterator. More...
#include <dlist.h>
Public Member Functions | |
VDKListiterator (VDKList< T > &c) | |
virtual | ~VDKListiterator () |
void | operator++ () |
void | operator++ (int) |
void | operator-- () |
void | operator-- (int) |
void | first () |
void | last () |
operator int () | |
T * | current () |
void | restart () |
Provides a VDKList iterator.
|
inline |
Constructor
a | VDKList reference |
|
inlinevirtual |
Destructor
|
inline |
Returns currently pointed object
|
inline |
Goes to list head
|
inline |
Goes to list tail
|
inline |
Return 0 at the list end
|
inline |
Incremental operator (postfix)
|
inline |
Incremental operator (infix)
|
inline |
Decremental operator (postfix)
|
inline |
Decremental operator (infix)
|
inline |
Rewind iterator