Wwise SDK 2015.1.9
AkArray< T, ARG_T, TAlloc, TGrowBy, TMovePolicy >::Iterator
Version
arrow_right
Table of Contents
Other Documentation
AkArray< T, ARG_T, TAlloc, TGrowBy, TMovePolicy >::Iterator Struct Reference
Public Member Functions | |
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 |
|
Public Attributes | |
T * | pItem |
Pointer to the item in the array. |
Detailed Description
template<class T, class ARG_T, class TAlloc = ArrayPoolDefault, unsigned long TGrowBy = 1, class TMovePolicy = AkAssignmentMovePolicy<T>>
struct AkArray< T, ARG_T, TAlloc, TGrowBy, TMovePolicy >::Iterator
Definition at line 104 of file AkArray.h.
The documentation for this struct was generated from the following file:
- include/AK/Tools/Common/AkArray.h