| clear() | meta::caching::splay_cache< Key, Value > | |
| clear(node *&subroot) | meta::caching::splay_cache< Key, Value > | private |
| find(const Key &key) | meta::caching::splay_cache< Key, Value > | |
| find(node *&subroot, const Key &key) | meta::caching::splay_cache< Key, Value > | private |
| insert(const Key &key, const Value &value) | meta::caching::splay_cache< Key, Value > | |
| insert(node *&subroot, const Key &key, const Value &value) | meta::caching::splay_cache< Key, Value > | private |
| max_size_ | meta::caching::splay_cache< Key, Value > | private |
| mutables_ | meta::caching::splay_cache< Key, Value > | mutableprivate |
| operator=(splay_cache &&) | meta::caching::splay_cache< Key, Value > | |
| operator=(const splay_cache &)=delete | meta::caching::splay_cache< Key, Value > | private |
| replace(node *subroot, const Key &key, const Value &value) | meta::caching::splay_cache< Key, Value > | private |
| root_ | meta::caching::splay_cache< Key, Value > | private |
| rotate_left(node *&subroot) | meta::caching::splay_cache< Key, Value > | private |
| rotate_right(node *&subroot) | meta::caching::splay_cache< Key, Value > | private |
| size() const | meta::caching::splay_cache< Key, Value > | |
| size_ | meta::caching::splay_cache< Key, Value > | private |
| splay_cache(uint64_t max_size=std::numeric_limits< uint64_t >::max()) | meta::caching::splay_cache< Key, Value > | |
| splay_cache(splay_cache &&) | meta::caching::splay_cache< Key, Value > | |
| splay_cache(const splay_cache &)=delete | meta::caching::splay_cache< Key, Value > | private |
| ~splay_cache() | meta::caching::splay_cache< Key, Value > | |