Table of Contents
Wwise SDK 2019.2.10
|
AkListBare< T, U_NEXTITEM, COUNT_POLICY, LAST_POLICY >::Iterator Struct Reference
Inheritance diagram for AkListBare< T, U_NEXTITEM, COUNT_POLICY, LAST_POLICY >::Iterator:

Public Member Functions | |
Iterator & | operator++ () |
Operator ++. More... |
|
T * | operator* () const |
Operator *. More... |
|
bool | operator!= (const Iterator &in_rOp) const |
Operator !=. More... |
|
bool | operator== (const Iterator &in_rOp) const |
Operator ==. More... |
|
Public Attributes | |
T * | pItem |
Next item. More... |
|
Detailed Description
template<class T, template< class > class U_NEXTITEM = AkListBareNextItem, template< class > class COUNT_POLICY = AkCountPolicyNoCount, template< class > class LAST_POLICY = AkLastPolicyWithLast>
struct AkListBare< T, U_NEXTITEM, COUNT_POLICY, LAST_POLICY >::Iterator
Definition at line 169 of file AkListBare.h.
The documentation for this struct was generated from the following file:
- include/AK/Tools/Common/AkListBare.h