#include <AkArray.h>
Public 成员函数 | |
| Iterator | operator+ (AkUInt32 inc) const |
| AkUInt32 | operator- (Iterator const &rhs) const |
| Iterator & | operator++ () |
| ++ operator 更多... |
|
| Iterator & | operator-- () |
| – operator 更多... |
|
| T & | operator* () |
| T * | operator-> () const |
| bool | operator== (const Iterator &in_rOp) const |
| == operator 更多... |
|
| bool | operator!= (const Iterator &in_rOp) const |
| != operator 更多... |
|
Public 属性 | |
| T * | pItem |
| Pointer to the item in the array. 更多... |
|