This is the complete list of members for MruCache< Key, T >, including all inherited members.
begin() | MruCache< Key, T > | inline |
begin() const | MruCache< Key, T > | inline |
cache_hits() const | MruCache< Key, T > | inline |
cache_misses() const | MruCache< Key, T > | inline |
capacity() const | MruCache< Key, T > | inline |
capacity(size_t value) | MruCache< Key, T > | inline |
cbegin() | MruCache< Key, T > | inline |
cend() | MruCache< Key, T > | inline |
clear() | MruCache< Key, T > | inline |
const_iterator typedef | MruCache< Key, T > | |
contains(key_type const &key) | MruCache< Key, T > | inline |
empty() const | MruCache< Key, T > | inline |
end() | MruCache< Key, T > | inline |
end() const | MruCache< Key, T > | inline |
fetch(key_type const &key) | MruCache< Key, T > | inline |
fetch_copy(key_type const &key) | MruCache< Key, T > | inline |
iterator typedef | MruCache< Key, T > | |
key_type typedef | MruCache< Key, T > | |
load_function | MruCache< Key, T > | |
mapped_type typedef | MruCache< Key, T > | |
MruCache()=default | MruCache< Key, T > | |
MruCache(size_t capacity) | MruCache< Key, T > | inlineexplicit |
MruCache(MruCache const &)=delete | MruCache< Key, T > | |
MruCache(MruCache &&)=default | MruCache< Key, T > | |
operator=(MruCache const &)=delete | MruCache< Key, T > | |
operator=(MruCache &&)=default | MruCache< Key, T > | |
release_function | MruCache< Key, T > | |
size() const | MruCache< Key, T > | inline |
size_type typedef | MruCache< Key, T > | |
touch(key_type const &key) | MruCache< Key, T > | inline |
value_type typedef | MruCache< Key, T > | |
~MruCache() | MruCache< Key, T > | inline |