UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TPsoLruCache< KeyType, ValueType >::TBaseIterator< Const > Class Template Reference

#include <PsoLruCache.h>

+ Inheritance diagram for TPsoLruCache< KeyType, ValueType >::TBaseIterator< Const >:

Public Member Functions

 TBaseIterator ()
 
 TBaseIterator (const TPsoLruCache &Cache)
 
TBaseIteratoroperator++ ()
 
ValueType & operator-> () const
 
ValueType & operator* () const
 
 operator bool () const
 
bool operator! () const
 
KeyType & Key () const
 
ValueType & Value () const
 

Protected Member Functions

FCacheEntry * GetCurrentEntry ()
 
void Increment ()
 

Friends

bool operator== (const TBaseIterator &Lhs, const TBaseIterator &Rhs)
 
bool operator!= (const TBaseIterator &Lhs, const TBaseIterator &Rhs)
 

Detailed Description

template<typename KeyType, typename ValueType>
template<bool Const>
class TPsoLruCache< KeyType, ValueType >::TBaseIterator< Const >

Base class for cache iterators.

Iteration begins at the most recent entry.

Constructor & Destructor Documentation

◆ TBaseIterator() [1/2]

template<typename KeyType , typename ValueType >
template<bool Const>
TPsoLruCache< KeyType, ValueType >::TBaseIterator< Const >::TBaseIterator ( )
inline

◆ TBaseIterator() [2/2]

template<typename KeyType , typename ValueType >
template<bool Const>
TPsoLruCache< KeyType, ValueType >::TBaseIterator< Const >::TBaseIterator ( const TPsoLruCache Cache)
inline

Member Function Documentation

◆ GetCurrentEntry()

template<typename KeyType , typename ValueType >
template<bool Const>
FCacheEntry * TPsoLruCache< KeyType, ValueType >::TBaseIterator< Const >::GetCurrentEntry ( )
inlineprotected

◆ Increment()

template<typename KeyType , typename ValueType >
template<bool Const>
void TPsoLruCache< KeyType, ValueType >::TBaseIterator< Const >::Increment ( )
inlineprotected

◆ Key()

template<typename KeyType , typename ValueType >
template<bool Const>
KeyType & TPsoLruCache< KeyType, ValueType >::TBaseIterator< Const >::Key ( ) const
inline

◆ operator bool()

template<typename KeyType , typename ValueType >
template<bool Const>
TPsoLruCache< KeyType, ValueType >::TBaseIterator< Const >::operator bool ( ) const
inlineexplicit

◆ operator!()

template<typename KeyType , typename ValueType >
template<bool Const>
bool TPsoLruCache< KeyType, ValueType >::TBaseIterator< Const >::operator! ( ) const
inline

◆ operator*()

template<typename KeyType , typename ValueType >
template<bool Const>
ValueType & TPsoLruCache< KeyType, ValueType >::TBaseIterator< Const >::operator* ( ) const
inline

◆ operator++()

template<typename KeyType , typename ValueType >
template<bool Const>
TBaseIterator & TPsoLruCache< KeyType, ValueType >::TBaseIterator< Const >::operator++ ( )
inline

◆ operator->()

template<typename KeyType , typename ValueType >
template<bool Const>
ValueType & TPsoLruCache< KeyType, ValueType >::TBaseIterator< Const >::operator-> ( ) const
inline

◆ Value()

template<typename KeyType , typename ValueType >
template<bool Const>
ValueType & TPsoLruCache< KeyType, ValueType >::TBaseIterator< Const >::Value ( ) const
inline

Friends And Related Symbol Documentation

◆ operator!=

template<typename KeyType , typename ValueType >
template<bool Const>
bool operator!= ( const TBaseIterator< Const > &  Lhs,
const TBaseIterator< Const > &  Rhs 
)
friend

◆ operator==

template<typename KeyType , typename ValueType >
template<bool Const>
bool operator== ( const TBaseIterator< Const > &  Lhs,
const TBaseIterator< Const > &  Rhs 
)
friend

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