Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::OLhashTable< Key, Cmp > Member List

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

all(Operation &operation) constFunctionalMethods< Container, T >inline
all(Operation &&operation) constFunctionalMethods< Container, T >inline
allocate_bucket(const Key &key) noexceptAleph::OLhashTable< Key, Cmp >inlineprotected
append(const Key &key)OhashCommon< HashTbl, Key >inline
append(Key &&key)OhashCommon< HashTbl, Key >inline
LocateFunctions::base() constLocateFunctions< Container, Type >inlineprivate
begin() noexceptStlAlephIterator< SetName >inline
begin() const noexceptStlAlephIterator< SetName >inline
BUSY enum valueAleph::OLhashTable< Key, Cmp >
capacity() const noexceptOhashCommon< HashTbl, Key >inline
cbegin() const noexceptStlAlephIterator< SetName >inline
cend() const noexceptStlAlephIterator< SetName >inline
check_resize_before_insert()OhashCommon< HashTbl, Key >inline
clean_table()OhashCommon< HashTbl, Key >inline
cleanup_deleted_chain(size_t idx) noexceptAleph::OLhashTable< Key, Cmp >inlineprotected
cmpAleph::OLhashTable< Key, Cmp >protected
const_iterator typedefStlAlephIterator< SetName >
OhashCommon::const_me() constOhashCommon< HashTbl, Key >inlineprivate
contains(const Key &key) const noexceptOhashCommon< HashTbl, Key >inline
contains_or_insert(const Key &key)OhashCommon< HashTbl, Key >inline
contains_or_insert(Key &&key)OhashCommon< HashTbl, Key >inline
copy_from_table(const HashTbl &other)OhashCommon< HashTbl, Key >inline
current_alpha() const noexceptOhashCommon< HashTbl, Key >inline
deallocate_bucket(Bucket *bucket)Aleph::OLhashTable< Key, Cmp >inlineprotected
DELETED enum valueAleph::OLhashTable< Key, Cmp >
drop(const size_t n) constFunctionalMethods< Container, T >inline
each(Operation &operation)FunctionalMethods< Container, T >inline
each(Operation &operation) constFunctionalMethods< Container, T >inline
each(Operation &&operation) constFunctionalMethods< Container, T >inline
each(Operation &&operation)FunctionalMethods< Container, T >inline
each(size_t pos, const size_t slice, Operation &operation) constFunctionalMethods< Container, T >inline
each(const size_t pos, const size_t slice, Operation &&operation) constFunctionalMethods< Container, T >inline
eachFunctionalMethods< Container, T >related
eachFunctionalMethods< Container, T >related
eachFunctionalMethods< Container, T >related
emplace(Args &&... args)FunctionalMethods< Container, T >inline
emplace_end(Args &&... args)FunctionalMethods< Container, T >inline
emplace_ins(Args &&... args)FunctionalMethods< Container, T >inline
empty()OhashCommon< HashTbl, Key >inline
EMPTY enum valueAleph::OLhashTable< Key, Cmp >
end() noexceptStlAlephIterator< SetName >inline
end() const noexceptStlAlephIterator< SetName >inline
equal_to(const Container &r) const noexceptEqualToMethod< Container >inline
exists(Operation &op) constFunctionalMethods< Container, T >inline
exists(Operation &&op) constFunctionalMethods< Container, T >inline
filter(Operation &operation) constFunctionalMethods< Container, T >inline
filter(Operation &&operation) constFunctionalMethods< Container, T >inline
find(const Key &key)OhashCommon< HashTbl, Key >inline
find(const Key &key) constOhashCommon< HashTbl, Key >inline
find_index(Operation &operation) const noexcept(operation_is_noexcept< Operation >())LocateFunctions< Container, Type >inline
find_index(Operation &&operation) const noexcept(operation_is_noexcept< Operation >())LocateFunctions< Container, Type >inline
find_item(Operation &operation) noexcept(operation_is_noexcept< Operation >())LocateFunctions< Container, Type >inline
find_item(Operation &operation) const noexcept(operation_is_noexcept< Operation >())LocateFunctions< Container, Type >inline
find_item(Operation &&operation) noexcept(operation_is_noexcept< Operation >())LocateFunctions< Container, Type >inline
find_item(Operation &&operation) const noexcept(operation_is_noexcept< Operation >())LocateFunctions< Container, Type >inline
find_ptr(Operation &operation) noexcept(operation_is_noexcept< Operation >())LocateFunctions< Container, Type >inline
find_ptr(Operation &operation) const noexcept(operation_is_noexcept< Operation >())LocateFunctions< Container, Type >inline
find_ptr(Operation &&operation) const noexcept(operation_is_noexcept< Operation >())LocateFunctions< Container, Type >inline
find_ptr(Operation &&operation) noexcept(operation_is_noexcept< Operation >())LocateFunctions< Container, Type >inline
fold(const T &init, Operation &operation) constFunctionalMethods< Container, T >inline
fold(const T &init, Operation &&operation) constFunctionalMethods< Container, T >inline
fold_left(const __T &init, Op &op) constFunctionalMethods< Container, T >inline
fold_left(const __T &init, Op &&op=Op()) constFunctionalMethods< Container, T >inline
foldl(const __T &init, Op &op) constFunctionalMethods< Container, T >inline
foldl(const __T &init, Op &&op=Op()) constFunctionalMethods< Container, T >inline
for_each(Operation &operation)FunctionalMethods< Container, T >inline
for_each(Operation &operation) constFunctionalMethods< Container, T >inline
for_each(Operation &&operation) constFunctionalMethods< Container, T >inline
for_each(Operation &&operation)FunctionalMethods< Container, T >inline
get_compare() const noexceptAleph::OLhashTable< Key, Cmp >inline
get_compare() noexceptAleph::OLhashTable< Key, Cmp >inline
get_hash_fct() const noexceptAleph::OLhashTable< Key, Cmp >inline
get_it() constLocateFunctions< Container, Type >inline
get_it(const size_t pos) constLocateFunctions< Container, Type >inline
get_itor() constLocateFunctions< Container, Type >inline
get_lower_alpha() const noexceptOhashCommon< HashTbl, Key >inline
get_upper_alpha() const noexceptOhashCommon< HashTbl, Key >inline
hard_allocate_bucket(const Key &key) noexceptAleph::OLhashTable< Key, Cmp >inlineprotected
has(const Key &key) const noexceptOhashCommon< HashTbl, Key >inline
hash_fctAleph::OLhashTable< Key, Cmp >private
Hash_Fct typedefAleph::OLhashTable< Key, Cmp >
Hash_Fct_Ptr typedefAleph::OLhashTable< Key, Cmp >
insert(const Key &key)OhashCommon< HashTbl, Key >inline
insert(Key &&key)OhashCommon< HashTbl, Key >inline
is_empty() const noexceptOhashCommon< HashTbl, Key >inline
is_valid_bucket(Bucket *bucket) const noexceptAleph::OLhashTable< Key, Cmp >inlineprivate
Item_Type typedefAleph::OLhashTable< Key, Cmp >
items() constOhashCommon< HashTbl, Key >inline
iterator typedefStlAlephIterator< SetName >
key_to_bucket(Key *rec) noexceptAleph::OLhashTable< Key, Cmp >inlinestatic
Key_Type typedefAleph::OLhashTable< Key, Cmp >
keys() constOhashCommon< HashTbl, Key >inline
lenAleph::OLhashTable< Key, Cmp >protected
length() const noexceptFunctionalMethods< Container, T >inline
lower_alphaAleph::OLhashTable< Key, Cmp >protected
maps(Operation &op) constFunctionalMethods< Container, T >inline
maps(Operation &&op) constFunctionalMethods< Container, T >inline
maps_if(Prop prop, Operation &op) constFunctionalMethods< Container, T >inline
maps_if(Prop prop, Operation &&op) constFunctionalMethods< Container, T >inline
OhashCommon::me()OhashCommon< HashTbl, Key >inlineprivate
mutable_drop(const size_t n)FunctionalMethods< Container, T >inline
mutable_for_each(Operation &operation)FunctionalMethods< Container, T >inline
mutable_for_each(Operation &&operation)FunctionalMethods< Container, T >inline
NAleph::OLhashTable< Key, Cmp >
nappend(Args ... args)FunctionalMethods< Container, T >inline
next_index(const size_t i) const noexceptAleph::OLhashTable< Key, Cmp >inlineprotected
ninsert(Args ... args)FunctionalMethods< Container, T >inline
nnappend(size_t &)FunctionalMethods< Container, T >inlineprivate
nnappend(size_t &n, const T &item, Args &... args)FunctionalMethods< Container, T >inlineprivate
nninsert(size_t &)FunctionalMethods< Container, T >inlineprivate
nninsert(size_t &n, const T &item, Args &... args)FunctionalMethods< Container, T >inlineprivate
nth(const size_t n)LocateFunctions< Container, Type >inline
nth(const size_t n) constLocateFunctions< Container, Type >inline
nth_ne(const size_t n) noexceptLocateFunctions< Container, Type >inline
nth_ne(const size_t n) const noexceptLocateFunctions< Container, Type >inline
OhashCommon< OLhashTable< Key, Cmp >, Key >Aleph::OLhashTable< Key, Cmp >friend
OLhashTable(const size_t l, Hash_Fct hash_f, Cmp cmp_f, const float l_alpha, const float u_alpha, const bool resize)Aleph::OLhashTable< Key, Cmp >inline
OLhashTable(size_t len, Hash_Fct hash_fct, Hash_Fct, Cmp cmp, float lower_alpha, float upper_alpha, bool with_resize)Aleph::OLhashTable< Key, Cmp >inline
OLhashTable(size_t len=Primes::DefaultPrime, Hash_Fct_Ptr hash_fct=Aleph::dft_hash_fct< Key >, Cmp cmp=Cmp(), float lower_alpha=hash_default_lower_alpha, float upper_alpha=0.70f, bool with_resize=true)Aleph::OLhashTable< Key, Cmp >inline
OLhashTable(size_t len, Hash_Fct_Ptr hash_fct, Hash_Fct_Ptr, Cmp cmp, float lower_alpha, float upper_alpha, bool with_resize)Aleph::OLhashTable< Key, Cmp >inline
OLhashTable(size_t len, Hash_Fct hash_fct, Hash_Fct_Ptr, Cmp cmp, float lower_alpha, float upper_alpha, bool with_resize)Aleph::OLhashTable< Key, Cmp >inline
OLhashTable(const List< Key > &l)Aleph::OLhashTable< Key, Cmp >inline
OLhashTable(It b, It e)Aleph::OLhashTable< Key, Cmp >inline
OLhashTable(std::initializer_list< Key > l)Aleph::OLhashTable< Key, Cmp >inline
OLhashTable(const OLhashTable &other)Aleph::OLhashTable< Key, Cmp >inline
OLhashTable(OLhashTable &&other) noexceptAleph::OLhashTable< Key, Cmp >inline
operation_is_noexcept() noexceptLocateFunctions< Container, Type >inlineprivatestatic
operator!=(const Container &r) const noexceptEqualToMethod< Container >inline
operator=(const OLhashTable &other)Aleph::OLhashTable< Key, Cmp >inline
operator=(OLhashTable &&other) noexceptAleph::OLhashTable< Key, Cmp >inline
operator==(const Container &r) const noexceptEqualToMethod< Container >inline
operator[](const Key &key) constOhashCommon< HashTbl, Key >inline
operator[](const Key &key)OhashCommon< HashTbl, Key >inline
partition(Operation &op) constFunctionalMethods< Container, T >inline
partition(Operation &&op) constFunctionalMethods< Container, T >inline
partition(size_t n) constFunctionalMethods< Container, T >inline
pfilter(Operation &operation) constFunctionalMethods< Container, T >inline
pfilter(Operation &&operation) constFunctionalMethods< Container, T >inline
prev_index(const size_t i) const noexceptAleph::OLhashTable< Key, Cmp >inlineprotected
print_stats(const Stats &stats) constOhashCommon< HashTbl, Key >inline
ptr_filter(Operation &operation) constFunctionalMethods< Container, T >inline
ptr_filter(Operation &&operation) constFunctionalMethods< Container, T >inline
rehash()OhashCommon< HashTbl, Key >inline
remove(const Key &key)Aleph::OLhashTable< Key, Cmp >inline
remove_ptr(Key *key)OhashCommon< HashTbl, Key >inline
resize(size_t new_size)OhashCommon< HashTbl, Key >inline
rev() constFunctionalMethods< Container, T >inline
search(const Key &key) const noexceptAleph::OLhashTable< Key, Cmp >inline
search_or_insert(const Key &key)OhashCommon< HashTbl, Key >inline
search_or_insert(Key &&key)OhashCommon< HashTbl, Key >inline
set_hash_fct(Hash_Fct fct) noexceptAleph::OLhashTable< Key, Cmp >inline
set_hash_fct(Hash_Fct_Ptr fct) noexceptAleph::OLhashTable< Key, Cmp >inline
size() const noexceptOhashCommon< HashTbl, Key >inline
split_half() constFunctionalMethods< Container, T >inline
stats() constAleph::OLhashTable< Key, Cmp >inline
Stats typedefAleph::OLhashTable< Key, Cmp >
Status enum nameAleph::OLhashTable< Key, Cmp >
swap(OLhashTable &other) noexceptAleph::OLhashTable< Key, Cmp >inline
tableAleph::OLhashTable< Key, Cmp >
take(const size_t n) constFunctionalMethods< Container, T >inline
take(size_t i, const size_t j, const size_t step=1) constFunctionalMethods< Container, T >inline
test_resize(Bucket *curr_bucket, const Key &key)Aleph::OLhashTable< Key, Cmp >inlineprivate
to_dynlist() constFunctionalMethods< Container, T >inline
to_vector() constFunctionalMethods< Container, T >inline
tpartition(Operation &op) constFunctionalMethods< Container, T >inline
tpartition(Operation &&op) constFunctionalMethods< Container, T >inline
traverse(Operation &operation) noexcept(traverse_is_noexcept< Operation >())GenericTraverse< Container >inline
traverse(Operation &operation) const noexcept(traverse_is_noexcept< Operation >())GenericTraverse< Container >inline
traverse(Operation &&operation) const noexcept(traverse_is_noexcept< Operation >())GenericTraverse< Container >inline
traverse(Operation &&operation) noexcept(traverse_is_noexcept< Operation >())GenericTraverse< Container >inline
traverse_is_noexcept() noexceptGenericTraverse< Container >inlineprivatestatic
update_stat_len(DynArray< size_t > &lens, size_t i)Aleph::OLhashTable< Key, Cmp >inlineprivatestatic
upper_alphaAleph::OLhashTable< Key, Cmp >protected
with_resizeAleph::OLhashTable< Key, Cmp >private
~OLhashTable()Aleph::OLhashTable< Key, Cmp >inline