This header-file is part of module ALib Containers of the ALib C++ Framework.
Copyright 2013-2026 A-Worx GmbH, Germany. Published under License.
Definition in file lrucachetable.hpp.
Go to the source code of this file.
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. | |