#include <Iterator.h>
Public Member Functions | |
| Iterator () | |
| Iterator (TRN_Iterator impl) | |
| ~Iterator () | |
| void | Destroy () |
| void | Next () |
| int | Current () |
| bool | HasNext () |
| Iterator< int > & | operator= (const Iterator< int > &other) |
| Iterator (const Iterator< int > &c) | |
The Iterator specialization for integer type.
Definition at line 95 of file Iterator.h.
|
inline |
Definition at line 98 of file Iterator.h.
|
inline |
Definition at line 100 of file Iterator.h.
|
inline |
Definition at line 103 of file Iterator.h.
|
inline |
Definition at line 146 of file Iterator.h.
|
inline |
Definition at line 123 of file Iterator.h.
|
inline |
Frees the native memory of the object.
Definition at line 111 of file Iterator.h.
|
inline |
Definition at line 131 of file Iterator.h.
|
inline |
Definition at line 117 of file Iterator.h.
|
inline |
Definition at line 139 of file Iterator.h.