UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Private::TIntrusiveTwoWayListIterator< Type, TypeTraits > Class Template Reference

#include <IoContainers.h>

Public Types

using ElementType = Type
 

Public Member Functions

 TIntrusiveTwoWayListIterator (ElementType *InElement)
 
ElementTypeoperator* () const
 
 operator bool ()
 
void operator++ ()
 
bool operator!= (const TIntrusiveTwoWayListIterator &Other) const
 

Member Typedef Documentation

◆ ElementType

template<typename Type , typename TypeTraits >
using UE::Private::TIntrusiveTwoWayListIterator< Type, TypeTraits >::ElementType = Type

Constructor & Destructor Documentation

◆ TIntrusiveTwoWayListIterator()

template<typename Type , typename TypeTraits >
UE::Private::TIntrusiveTwoWayListIterator< Type, TypeTraits >::TIntrusiveTwoWayListIterator ( ElementType InElement)
inlineexplicit

Member Function Documentation

◆ operator bool()

template<typename Type , typename TypeTraits >
UE::Private::TIntrusiveTwoWayListIterator< Type, TypeTraits >::operator bool ( )
inlineexplicit

◆ operator!=()

◆ operator*()

template<typename Type , typename TypeTraits >
ElementType & UE::Private::TIntrusiveTwoWayListIterator< Type, TypeTraits >::operator* ( ) const
inline

◆ operator++()

template<typename Type , typename TypeTraits >
void UE::Private::TIntrusiveTwoWayListIterator< Type, TypeTraits >::operator++ ( )
inline

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