Aleph-w  1.9
General library for algorithms and data structures
Aleph::Hash_Cache< Key, Data, Cmp > Member List

This is the complete list of members for Aleph::Hash_Cache< Key, Data, Cmp >, including all inherited members.

capacity() constAleph::Hash_Cache< Key, Data, Cmp >inline
expand(const size_t &plus_size)Aleph::Hash_Cache< Key, Data, Cmp >inline
get_hash_capacity() constAleph::Hash_Cache< Key, Data, Cmp >inline
get_num_busy_slots() constAleph::Hash_Cache< Key, Data, Cmp >inline
get_num_locked() constAleph::Hash_Cache< Key, Data, Cmp >inline
Hash_Cache(size_t(*hash_fct)(const Key &), size_t __hash_size, const size_t &__cache_size)Aleph::Hash_Cache< Key, Data, Cmp >inline
insert(const Key &key, const Data &data)Aleph::Hash_Cache< Key, Data, Cmp >inline
lock_entry(Cache_Entry *cache_entry)Aleph::Hash_Cache< Key, Data, Cmp >inline
remove(Cache_Entry *cache_entry)Aleph::Hash_Cache< Key, Data, Cmp >inline
search(const Key &key)Aleph::Hash_Cache< Key, Data, Cmp >inline
search_next(Cache_Entry *cache_entry)Aleph::Hash_Cache< Key, Data, Cmp >inline
size() constAleph::Hash_Cache< Key, Data, Cmp >inline
unlock_entry(Cache_Entry *cache_entry)Aleph::Hash_Cache< Key, Data, Cmp >inline
~Hash_Cache() (defined in Aleph::Hash_Cache< Key, Data, Cmp >)Aleph::Hash_Cache< Key, Data, Cmp >inlinevirtual

Leandro Rabindranath León