Table of Contents
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 ++. |
|
T * | operator* () const |
Operator *. |
|
bool | operator!= (const Iterator &in_rOp) const |
Operator !=. |
|
bool | operator== (const Iterator &in_rOp) const |
Operator ==. |
|
Public Attributes | |
T * | pItem |
Next item. |
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 150 of file AkListBare.h.
The documentation for this struct was generated from the following file:
- include/AK/Tools/Common/AkListBare.h