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

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

add(const Key &key)Aleph::DynHashTable< Key, HashTable, Cmp >inline
add(Key &&key)Aleph::DynHashTable< Key, HashTable, Cmp >inline
all(Operation &operation) constFunctionalMethods< Container, T >inline
all(Operation &&operation) constFunctionalMethods< Container, T >inline
append(const Key &key)Aleph::DynHashTable< Key, HashTable, Cmp >inline
append(Key &&key)Aleph::DynHashTable< Key, HashTable, Cmp >inline
Base typedefAleph::DynSetLinHash< Key, Cmp >
Base typedefAleph::DynSetLinHash< Key, Cmp >
LocateFunctions::base() constLocateFunctions< Container, Type >inlineprivate
begin() noexceptStlAlephIterator< SetName >inline
begin() const noexceptStlAlephIterator< SetName >inline
Bucket typedefAleph::DynHashTable< Key, HashTable, Cmp >protected
cbegin() const noexceptStlAlephIterator< SetName >inline
cend() const noexceptStlAlephIterator< SetName >inline
const_iterator typedefStlAlephIterator< SetName >
LocateFunctions::const_me() const noexceptLocateFunctions< Container, Type >inlineprivate
contains(const Key &key) const noexceptAleph::DynHashTable< Key, HashTable, Cmp >inline
contains_or_insert(const Key &key)Aleph::DynHashTable< Key, HashTable, Cmp >inline
contains_or_insert(Key &&key)Aleph::DynHashTable< Key, HashTable, Cmp >inline
copy(const DynHashTable &other)Aleph::DynHashTable< Key, HashTable, Cmp >inlineprivate
drop(const size_t n) constFunctionalMethods< Container, T >inline
DynHashTable(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=hash_default_upper_alpha)Aleph::DynHashTable< Key, HashTable, Cmp >inline
DynHashTable(size_t len, Hash_Fct hash_fct, Cmp cmp, float lower_alpha, float upper_alpha)Aleph::DynHashTable< Key, HashTable, Cmp >inline
DynHashTable(const DynHashTable &other)Aleph::DynHashTable< Key, HashTable, Cmp >inline
DynHashTable(DynHashTable &&other) noexceptAleph::DynHashTable< Key, HashTable, Cmp >inline
DynHashTable(const List< Key > &l)Aleph::DynHashTable< Key, HashTable, Cmp >inline
DynHashTable(It b, It e)Aleph::DynHashTable< Key, HashTable, Cmp >inline
DynHashTable(std::initializer_list< Key > l)Aleph::DynHashTable< Key, HashTable, Cmp >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
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) constAleph::DynHashTable< Key, HashTable, Cmp >inline
find(const Key &key)Aleph::DynHashTable< Key, HashTable, Cmp >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_first() constAleph::DynHashTable< Key, HashTable, Cmp >inline
get_first()Aleph::DynHashTable< Key, HashTable, 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_last() constAleph::DynHashTable< Key, HashTable, Cmp >inline
get_last()Aleph::DynHashTable< Key, HashTable, Cmp >inline
has(const Key &key) const noexceptAleph::DynHashTable< Key, HashTable, Cmp >inline
Hash_Fct typedefAleph::DynHashTable< Key, HashTable, Cmp >
Hash_Fct_Ptr typedefAleph::DynHashTable< Key, HashTable, Cmp >
insert(const Key &key)Aleph::DynHashTable< Key, HashTable, Cmp >inline
insert(Key &&key)Aleph::DynHashTable< Key, HashTable, Cmp >inline
insert_bucket(Bucket *bucket)Aleph::DynHashTable< Key, HashTable, Cmp >inlineprotected
Item_Type typedefAleph::DynHashTable< Key, HashTable, Cmp >
items() constGenericItems< Container, T >inline
iterator typedefStlAlephIterator< SetName >
key_to_bucket(Key *key)Aleph::DynHashTable< Key, HashTable, Cmp >inlineprotectedstatic
Key_Type typedefAleph::DynHashTable< Key, HashTable, Cmp >
keys() constGenericItems< Container, T >inline
length() const noexceptFunctionalMethods< Container, T >inline
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
LocateFunctions::me() noexceptLocateFunctions< Container, Type >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
nappend(Args ... args)FunctionalMethods< Container, T >inline
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
operation_is_noexcept() noexceptLocateFunctions< Container, Type >inlineprivatestatic
operator!=(const Container &r) const noexceptEqualToMethod< Container >inline
operator=(const DynHashTable &other)Aleph::DynHashTable< Key, HashTable, Cmp >inline
operator=(DynHashTable &&other) noexceptAleph::DynHashTable< Key, HashTable, Cmp >inline
operator==(const Container &r) const noexceptEqualToMethod< Container >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
ptr_filter(Operation &operation) constFunctionalMethods< Container, T >inline
ptr_filter(Operation &&operation) constFunctionalMethods< Container, T >inline
remove(Key *key)Aleph::DynHashTable< Key, HashTable, Cmp >inline
remove(const Key &key)Aleph::DynHashTable< Key, HashTable, Cmp >inline
rev() constFunctionalMethods< Container, T >inline
search(const Key &key) const noexceptAleph::DynHashTable< Key, HashTable, Cmp >inline
search_or_insert(const Key &key)Aleph::DynHashTable< Key, HashTable, Cmp >inline
search_or_insert(Key &&key)Aleph::DynHashTable< Key, HashTable, Cmp >inline
search_or_insert_bucket(Bucket *bucket)Aleph::DynHashTable< Key, HashTable, Cmp >inlineprotected
split_half() constFunctionalMethods< Container, T >inline
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
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
~DynHashTable()Aleph::DynHashTable< Key, HashTable, Cmp >inline