UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TLinkedListIterator< ContainerType, ElementType > Class Template Reference

#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 ()
 
TLinkedListIteratorBaseoperator++ ()
 
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
 

Constructor & Destructor Documentation

◆ TLinkedListIterator()

template<class ContainerType , class ElementType >
TLinkedListIterator< ContainerType, ElementType >::TLinkedListIterator ( ContainerType *  FirstLink)
inlineexplicit

Member Function Documentation

◆ operator*()

template<class ContainerType , class ElementType >
ElementType & TLinkedListIterator< ContainerType, ElementType >::operator* ( ) const
inline

◆ operator->()

template<class ContainerType , class ElementType >
ElementType & TLinkedListIterator< ContainerType, ElementType >::operator-> ( ) const
inline

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