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

#include <PsoLruCache.h>

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

Public Member Functions

 TConstIterator ()
 
 TConstIterator (const TPsoLruCache &Cache)
 
- 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 >::TConstIterator

Cache iterator (const).

Constructor & Destructor Documentation

◆ TConstIterator() [1/2]

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

◆ TConstIterator() [2/2]

template<typename KeyType , typename ValueType >
TPsoLruCache< KeyType, ValueType >::TConstIterator::TConstIterator ( const TPsoLruCache Cache)
inline

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