Ark Server API (ASA) - Wiki
|
#include <List.h>
Public Member Functions | |
TDoubleLinkedListIterator (NodeType *StartingNode) | |
FORCEINLINE | operator bool () const |
TDoubleLinkedListIterator & | operator++ () |
TDoubleLinkedListIterator | operator++ (int) |
TDoubleLinkedListIterator & | operator-- () |
TDoubleLinkedListIterator | operator-- (int) |
ElementType & | operator-> () const |
ElementType & | operator* () const |
NodeType * | GetNode () const |
bool | operator== (const TDoubleLinkedListIterator &Rhs) const |
bool | operator!= (const TDoubleLinkedListIterator &Rhs) const |
Private Attributes | |
NodeType * | CurrentNode |
|
inlineexplicit |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |