公有成员 | |
Iterator & | operator++ () |
++ operator |
|
Iterator & | operator-- () |
-- operator |
|
T & | operator* () |
* operator |
|
bool | operator== (const Iterator &in_rOp) const |
== operator |
|
bool | operator!= (const Iterator &in_rOp) const |
!= operator |
|
公有属性 | |
T * | pItem |
Pointer to the item in the array. |