#include <AkArray.h>
公開メンバ関数 | |
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 [詳解] | |
公開変数類 | |
T * | pItem |
Pointer to the item in the array. [詳解] | |