![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <List.h>
Inheritance diagram for TIntrusiveLinkedListIterator< ContainerType, ElementType >:Public Member Functions | |
| TIntrusiveLinkedListIterator (ElementType *FirstLink) | |
| ElementType & | operator-> () const |
| ElementType & | operator* () const |
Public Member Functions inherited from TLinkedListIteratorBase< ElementType > | |
| TLinkedListIteratorBase (ElementType *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< ElementType > | |
| ElementType * | CurrentLink |
|
inlineexplicit |
|
inline |
|
inline |