![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <List.h>
Inheritance diagram for TLinkedListIterator< ContainerType, ElementType >:Public Member Functions | |
| TLinkedListIterator (ContainerType *FirstLink) | |
| ElementType & | operator-> () const |
| ElementType & | operator* () const |
Public Member Functions inherited from TLinkedListIteratorBase< ContainerType > | |
| TLinkedListIteratorBase (ContainerType *FirstLink) | |
| void | Next () |
| TLinkedListIteratorBase & | operator++ () |
| TLinkedListIteratorBase | operator++ (int) |
| UE_FORCEINLINE_HINT | operator bool () const |
| UE_FORCEINLINE_HINT bool | operator== (const TLinkedListIteratorBase &Rhs) const |
| UE_FORCEINLINE_HINT bool | operator!= (const TLinkedListIteratorBase &Rhs) const |
Additional Inherited Members | |
Protected Attributes inherited from TLinkedListIteratorBase< ContainerType > | |
| ContainerType * | CurrentLink |
|
inlineexplicit |
|
inline |
|
inline |