Aether
SDL2 based UI Framework for NX
Aether::LRUCache< Key, Value > Member List

This is the complete list of members for Aether::LRUCache< Key, Value >, including all inherited members.

addData(const Key &key, const Value &data)Aether::LRUCache< Key, Value >inline
getData(const Key &key)Aether::LRUCache< Key, Value >inline
hasKey(const Key &key)Aether::LRUCache< Key, Value >inline
KeyValuePair typedef (defined in Aether::LRUCache< Key, Value >)Aether::LRUCache< Key, Value >
ListIterator typedef (defined in Aether::LRUCache< Key, Value >)Aether::LRUCache< Key, Value >
LRUCache()Aether::LRUCache< Key, Value >inline
LRUCache(const unsigned int size, const std::function< void(const Key &, const Value &)> &func=nullptr)Aether::LRUCache< Key, Value >inline
size()Aether::LRUCache< Key, Value >inline
~LRUCache()Aether::LRUCache< Key, Value >inline