![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IntrusiveDoubleLinkedList.h>
Public Types | |
| using | ElementType = typename NodeType::ElementType |
Public Member Functions | |
| UE_FORCEINLINE_HINT | TIntrusiveDoubleLinkedListIterator (ElementType *Node) |
| TIntrusiveDoubleLinkedListIterator & | operator++ () |
| TIntrusiveDoubleLinkedListIterator | operator++ (int) |
| TIntrusiveDoubleLinkedListIterator & | operator-- () |
| TIntrusiveDoubleLinkedListIterator | operator-- (int) |
| ElementType & | operator-> () const |
| ElementType & | operator* () const |
| ElementType * | GetNode () const |
| UE_FORCEINLINE_HINT bool | operator== (const TIntrusiveDoubleLinkedListIterator &Other) const |
| UE_FORCEINLINE_HINT bool | operator!= (const TIntrusiveDoubleLinkedListIterator &Other) const |
Iterator for intrusive double linked list.
| using TIntrusiveDoubleLinkedListIterator< NodeType >::ElementType = typename NodeType::ElementType |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |