Definition in file FXLRUCache.h.
#include "FXProcess.h"
#include "qdictbase.h"
#include <list>
Go to the source code of this file.
Namespaces | |
namespace | FX |
namespace | FX::FXLRUCacheImpl |
Classes | |
struct | FX::FXLRUCacheImpl::getPtr< Type, TypeAsParam, isValue > |
struct | FX::FXLRUCacheImpl::getPtr< Type, TypeAsParam, true > |
class | FX::FXLRUCache< dictbase, type > |
A generic Least Recently Used (LRU) Cache (Qt compatible). More... | |
struct | FX::FXLRUCache< dictbase, type >::CacheItem |
struct | FX::FXLRUCache< dictbase, type >::stats_t |
class | FX::FXLRUCacheIterator< cache > |
An iterator for a FXLRUCache. More... |