ALib C++ Library
Library Version: 2510 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
lrucachetable.inl File Reference

Description:

This header-file is part of module ALib Containers of the ALib C++ Library.

© 2013-2025 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file lrucachetable.inl.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  alib::containers::LRUCacheTable< TAllocator, TValueDescriptor, THash, TEqual >::Entry
 The node type of the cache lists. More...
 
class  alib::containers::LRUCacheTable< TAllocator, TValueDescriptor, THash, TEqual >
 
class  alib::containers::LRUCacheTable< TAllocator, TValueDescriptor, THash, TEqual >::TForwardIterator< TConstOrMutable >
 

Namespaces

namespace  alib
 
namespace  alib::containers
 

Typedefs

template<typename TAllocator, typename TKey, typename TMapped, typename THash = std::hash <TKey>, typename TEqual = std::equal_to<TKey>>
using alib::containers::LRUCacheMap
 
template<typename TAllocator, typename TKey, typename TMapped, typename THash = std::hash <TKey>, typename TEqual = std::equal_to<TKey>>
using alib::LRUCacheMap
 Type alias in namespace alib.
 
template<typename TAllocator, typename T, typename THash = std::hash <T>, typename TEqual = std::equal_to<T>>
using alib::containers::LRUCacheSet
 
template<typename TAllocator, typename T, typename THash = std::hash <T>, typename TEqual = std::equal_to<T>>
using alib::LRUCacheSet
 Type alias in namespace alib.
 
template<typename TAllocator, typename TValueDescriptor, typename THash = std::hash <typename TValueDescriptor::KeyType>, typename TEqual = std::equal_to<typename TValueDescriptor::KeyType>>
using alib::LRUCacheTable = containers::LRUCacheTable< TAllocator, TValueDescriptor, THash, TEqual>
 Type alias in namespace alib.