#include <TArray.h>
Public Types | |
using | Storage = TGenericArray |
Public Member Functions | |
Iterator () | |
Iterator (const Iterator &other) | |
Iterator (Storage &a_poArray) | |
Iterator (TINT a_iIndex, Storage &a_poArray) | |
TINT | Index () const |
void | Push (const T &element) |
T * | operator-> () const |
T & | Get () |
bool | IsOver () const |
const T & | Get () const |
TBOOL | operator== (const Iterator &a_rIt) const |
Iterator & | operator++ () |
Iterator | operator++ (TINT) |
Iterator & | operator-- () |
Iterator | operator-- (TINT) |
Iterator | operator+ (TINT a_iValue) const |
Iterator | operator- (TINT a_iValue) const |
Public Attributes | |
friend | TGenericArray |
using TGenericArray< T >::Iterator::Storage = TGenericArray |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
friend TGenericArray< T >::Iterator::TGenericArray |