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

#include <LruCache.h>

+ Inheritance diagram for TLruCache< KeyType, ValueType, KeyComp >::TConstIterator:

Public Member Functions

UE_FORCEINLINE_HINT TConstIterator ()
 
UE_FORCEINLINE_HINT TConstIterator (const TLruCache &Cache)
 
- Public Member Functions inherited from TLruCache< KeyType, ValueType, KeyComp >::TBaseIterator< true >
UE_FORCEINLINE_HINT TBaseIterator ()
 
UE_FORCEINLINE_HINT TBaseIterator (const TLruCache &Cache)
 
TBaseIteratoroperator++ ()
 
UE_FORCEINLINE_HINT bool operator== (const TBaseIterator &Rhs) const
 
UE_FORCEINLINE_HINT bool operator!= (const TBaseIterator &Rhs) const
 
ValueType & operator-> () const
 
ValueType & operator* () const
 
UE_FORCEINLINE_HINT operator bool () const
 
UE_FORCEINLINE_HINT bool operator! () const
 
KeyType & Key () const
 
ValueType & Value () const
 

Additional Inherited Members

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

Detailed Description

template<typename KeyType, typename ValueType, typename KeyComp = DefaultKeyComparer<KeyType>>
class TLruCache< KeyType, ValueType, KeyComp >::TConstIterator

Cache iterator (const).

Constructor & Destructor Documentation

◆ TConstIterator() [1/2]

template<typename KeyType , typename ValueType , typename KeyComp = DefaultKeyComparer<KeyType>>
UE_FORCEINLINE_HINT TLruCache< KeyType, ValueType, KeyComp >::TConstIterator::TConstIterator ( )
inline

◆ TConstIterator() [2/2]

template<typename KeyType , typename ValueType , typename KeyComp = DefaultKeyComparer<KeyType>>
UE_FORCEINLINE_HINT TLruCache< KeyType, ValueType, KeyComp >::TConstIterator::TConstIterator ( const TLruCache Cache)
inline

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