Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TLinkedListIteratorBase< ContainerType > Class Template Reference

#include <List.h>

+ Inheritance diagram for TLinkedListIteratorBase< ContainerType >:

Public Member Functions

 TLinkedListIteratorBase (ContainerType *FirstLink)
 
FORCEINLINE void Next ()
 
FORCEINLINE TLinkedListIteratorBaseoperator++ ()
 
FORCEINLINE TLinkedListIteratorBase operator++ (int)
 
FORCEINLINE operator bool () const
 
FORCEINLINE bool operator== (const TLinkedListIteratorBase &Rhs) const
 
FORCEINLINE bool operator!= (const TLinkedListIteratorBase &Rhs) const
 

Protected Attributes

ContainerTypeCurrentLink
 

Detailed Description

template<class ContainerType>
class TLinkedListIteratorBase< ContainerType >

Definition at line 9 of file List.h.

Constructor & Destructor Documentation

◆ TLinkedListIteratorBase()

Definition at line 12 of file List.h.

Member Function Documentation

◆ Next()

Advances the iterator to the next element.

Definition at line 19 of file List.h.

◆ operator bool()

conversion to "bool" returning true if the iterator is valid.

Definition at line 39 of file List.h.

◆ operator!=()

Definition at line 45 of file List.h.

◆ operator++() [1/2]

◆ operator++() [2/2]

◆ operator==()

Member Data Documentation

◆ CurrentLink

Definition at line 48 of file List.h.


The documentation for this class was generated from the following file: