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

#include <PsoLruCache.h>

+ Inheritance diagram for TPsoLruCache< KeyType, ValueType >::TIterator:

Public Member Functions

 TIterator ()
 
 TIterator (TPsoLruCache &InCache)
 
void RemoveCurrentAndIncrement ()
 
- Public Member Functions inherited from TPsoLruCache< KeyType, ValueType >::TBaseIterator< Const >
 TBaseIterator ()
 
 TBaseIterator (const TPsoLruCache &Cache)
 
TBaseIteratoroperator++ ()
 
ValueType & operator-> () const
 
ValueType & operator* () const
 
 operator bool () const
 
bool operator! () const
 
KeyType & Key () const
 
ValueType & Value () const
 

Additional Inherited Members

- Protected Member Functions inherited from TPsoLruCache< KeyType, ValueType >::TBaseIterator< Const >
FCacheEntry * GetCurrentEntry ()
 
void Increment ()
 

Detailed Description

template<typename KeyType, typename ValueType>
class TPsoLruCache< KeyType, ValueType >::TIterator

Cache iterator.

Constructor & Destructor Documentation

◆ TIterator() [1/2]

template<typename KeyType , typename ValueType >
TPsoLruCache< KeyType, ValueType >::TIterator::TIterator ( )
inline

◆ TIterator() [2/2]

template<typename KeyType , typename ValueType >
TPsoLruCache< KeyType, ValueType >::TIterator::TIterator ( TPsoLruCache InCache)
inline

Member Function Documentation

◆ RemoveCurrentAndIncrement()

template<typename KeyType , typename ValueType >
void TPsoLruCache< KeyType, ValueType >::TIterator::RemoveCurrentAndIncrement ( )
inline

Removes the current element from the cache and increments the iterator.


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