ModErn Text Analysis
META Enumerates Textual Applications
meta::caching::splay_cache< Key, Value > Member List

This is the complete list of members for meta::caching::splay_cache< Key, Value >, including all inherited members.

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 &)=deletemeta::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 &)=deletemeta::caching::splay_cache< Key, Value >private
~splay_cache()meta::caching::splay_cache< Key, Value >