UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FD3D12LinkedAdapterObject< ObjectType >::FLinkedObjectIterator Class Reference

#include <D3D12RHICommon.h>

Public Member Functions

 FLinkedObjectIterator (FD3D12LinkedAdapterObject *InObject)
 
FLinkedObjectIteratoroperator++ ()
 
 operator bool () const
 
bool operator! () const
 
bool operator== (FLinkedObjectIterator &Other) const
 
bool operator!= (FLinkedObjectIterator &Other) const
 
ObjectType & operator* () const
 
ObjectType * operator-> () const
 
ObjectType * Get () const
 

Constructor & Destructor Documentation

◆ FLinkedObjectIterator()

template<typename ObjectType >
FD3D12LinkedAdapterObject< ObjectType >::FLinkedObjectIterator::FLinkedObjectIterator ( FD3D12LinkedAdapterObject InObject)
inlineexplicit

Member Function Documentation

◆ Get()

template<typename ObjectType >
ObjectType * FD3D12LinkedAdapterObject< ObjectType >::FLinkedObjectIterator::Get ( ) const
inline

◆ operator bool()

template<typename ObjectType >
FD3D12LinkedAdapterObject< ObjectType >::FLinkedObjectIterator::operator bool ( ) const
inlineexplicit

◆ operator!()

template<typename ObjectType >
bool FD3D12LinkedAdapterObject< ObjectType >::FLinkedObjectIterator::operator! ( ) const
inline

◆ operator!=()

template<typename ObjectType >
bool FD3D12LinkedAdapterObject< ObjectType >::FLinkedObjectIterator::operator!= ( FLinkedObjectIterator Other) const
inline

◆ operator*()

template<typename ObjectType >
ObjectType & FD3D12LinkedAdapterObject< ObjectType >::FLinkedObjectIterator::operator* ( ) const
inline

◆ operator++()

template<typename ObjectType >
FLinkedObjectIterator & FD3D12LinkedAdapterObject< ObjectType >::FLinkedObjectIterator::operator++ ( )
inline

◆ operator->()

template<typename ObjectType >
ObjectType * FD3D12LinkedAdapterObject< ObjectType >::FLinkedObjectIterator::operator-> ( ) const
inline

◆ operator==()

template<typename ObjectType >
bool FD3D12LinkedAdapterObject< ObjectType >::FLinkedObjectIterator::operator== ( FLinkedObjectIterator Other) const
inline

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