Ark Server API (ASA) - Wiki
|
#include <List.h>
Public Member Functions | |
TIntrusiveLinkedListIterator (ElementType *FirstLink) | |
FORCEINLINE ElementType & | operator-> () const |
FORCEINLINE ElementType & | operator* () const |
Public Member Functions inherited from TLinkedListIteratorBase< ElementType > | |
TLinkedListIteratorBase (ElementType *FirstLink) | |
FORCEINLINE void | Next () |
FORCEINLINE TLinkedListIteratorBase & | operator++ () |
FORCEINLINE TLinkedListIteratorBase | operator++ (int) |
FORCEINLINE | operator bool () const |
FORCEINLINE bool | operator== (const TLinkedListIteratorBase &Rhs) const |
FORCEINLINE bool | operator!= (const TLinkedListIteratorBase &Rhs) const |
Private Types | |
typedef TLinkedListIteratorBase< ElementType > | Super |
Additional Inherited Members | |
Protected Attributes inherited from TLinkedListIteratorBase< ElementType > | |
ElementType * | CurrentLink |
|
private |
|
inlineexplicit |
|
inline |
|
inline |