Aleph-w  1.5a.2
Biblioteca general de algoritmos y estructuras de datos
 Todo Clases Archivos Funciones Variables 'typedefs' Enumeraciones Amigas Grupos Páginas
Aleph::Hash_Cache< Key, Data, Cmp > Lista de los miembros

Lista completa de los miembros de Aleph::Hash_Cache< Key, Data, Cmp >, incluyendo todos los heredados:

capacity() const Aleph::Hash_Cache< Key, Data, Cmp >inline
expand(const size_t &plus_size)Aleph::Hash_Cache< Key, Data, Cmp >inline
get_hash_capacity() const Aleph::Hash_Cache< Key, Data, Cmp >inline
get_num_busy_slots() const Aleph::Hash_Cache< Key, Data, Cmp >inline
get_num_locked() const Aleph::Hash_Cache< Key, Data, Cmp >inline
Hash_Cache(size_t(*hash_fct)(const Key &), const 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() const Aleph::Hash_Cache< Key, Data, Cmp >inline
unlock_entry(Cache_Entry *cache_entry)Aleph::Hash_Cache< Key, Data, Cmp >inline
~Hash_Cache() (definido en Aleph::Hash_Cache< Key, Data, Cmp >)Aleph::Hash_Cache< Key, Data, Cmp >inlinevirtual

Leandro Rabindranath León