yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::util::LruCache< Key, Value > Member List

This is the complete list of members for yaze::util::LruCache< Key, Value >, including all inherited members.

Capacity() constyaze::util::LruCache< Key, Value >inline
capacity_yaze::util::LruCache< Key, Value >private
Clear()yaze::util::LruCache< Key, Value >inline
Contains(const Key &key) constyaze::util::LruCache< Key, Value >inline
Empty() constyaze::util::LruCache< Key, Value >inline
entries() constyaze::util::LruCache< Key, Value >inline
entries_yaze::util::LruCache< Key, Value >private
Erase(const Key &key)yaze::util::LruCache< Key, Value >inline
EvictIfNeeded()yaze::util::LruCache< Key, Value >inlineprivate
eviction_predicate_yaze::util::LruCache< Key, Value >private
EvictionPredicate typedefyaze::util::LruCache< Key, Value >
ForEach(Fn &&fn)yaze::util::LruCache< Key, Value >inline
ForEach(Fn &&fn) constyaze::util::LruCache< Key, Value >inline
Get(const Key &key)yaze::util::LruCache< Key, Value >inline
Insert(const Key &key, Value value)yaze::util::LruCache< Key, Value >inline
lru_yaze::util::LruCache< Key, Value >private
lru_order() constyaze::util::LruCache< Key, Value >inline
LruCache(size_t capacity)yaze::util::LruCache< Key, Value >inlineexplicit
mutable_entries()yaze::util::LruCache< Key, Value >inline
Peek(const Key &key)yaze::util::LruCache< Key, Value >inline
RemoveFromLru(const Key &key)yaze::util::LruCache< Key, Value >inlineprivate
Rename(const Key &old_key, const Key &new_key)yaze::util::LruCache< Key, Value >inline
SetCapacity(size_t capacity)yaze::util::LruCache< Key, Value >inline
SetEvictionPredicate(EvictionPredicate pred)yaze::util::LruCache< Key, Value >inline
Size() constyaze::util::LruCache< Key, Value >inline
Touch(const Key &key)yaze::util::LruCache< Key, Value >inline