Aleph-w  1.9
General library for algorithms and data structures
Aleph::DynSetTree< Key, Tree, Compare > Member List

This is the complete list of members for Aleph::DynSetTree< Key, Tree, Compare >, including all inherited members.

access(const size_t &i) (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
all(Operation &operation) const noexcept(noexcept(operation))Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
all(Operation &&operation) const noexcept(noexcept(operation))Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
append(const Key &key) (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
append(Key &&key) (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
begin() noexcept (defined in StlAlephIterator< SetName >)StlAlephIterator< SetName >inline
begin() const noexcept (defined in StlAlephIterator< SetName >)StlAlephIterator< SetName >inline
cbegin() const noexcept (defined in StlAlephIterator< SetName >)StlAlephIterator< SetName >inline
cbegin() noexcept (defined in StlAlephIterator< SetName >)StlAlephIterator< SetName >inline
cend() const noexcept (defined in StlAlephIterator< SetName >)StlAlephIterator< SetName >inline
cend() noexcept (defined in StlAlephIterator< SetName >)StlAlephIterator< SetName >inline
const_iterator typedef (defined in StlAlephIterator< SetName >)StlAlephIterator< SetName >
contains(const Key &key) const (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
contains_or_insert(const Key &key) (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
contains_or_insert(Key &&key) (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
del(const Key &key)Aleph::DynSetTree< Key, Tree, Compare >inline
drop(const size_t n) constAleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
DynSetTree(Compare cmp=Compare())Aleph::DynSetTree< Key, Tree, Compare >inline
DynSetTree(const DynSetTree &srcTree)Aleph::DynSetTree< Key, Tree, Compare >inline
DynSetTree(DynSetTree &&srcTree) (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
each(Operation &operation) noexcept(noexcept(operation))Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
each(Operation &operation) const noexcept(noexcept(operation))Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
each(Operation &&operation) const noexcept(noexcept(operation))Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
each(Operation &&operation) noexcept(noexcept(operation))Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
each(size_t pos, size_t slice, Operation &operation) constAleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
each(size_t pos, size_t slice, Operation &&operation) constAleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
emplace(Args &&... args)Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
emplace_end(Args &&... args)Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
emplace_ins(Args &&... args)Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
empty()Aleph::DynSetTree< Key, Tree, Compare >inline
end() noexcept (defined in StlAlephIterator< SetName >)StlAlephIterator< SetName >inline
end() const noexcept (defined in StlAlephIterator< SetName >)StlAlephIterator< SetName >inline
equal_to(const DynSetTree< Key, Tree, Compare > &r) const noexceptAleph::EqualToMethod< DynSetTree< Key, Tree, Compare > >inline
exist(const Key &key) constAleph::DynSetTree< Key, Tree, Compare >inline
exists(Operation &op) const noexcept(noexcept(op))Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
exists(Operation &&op) const noexcept(noexcept(op))Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
filter(Operation &operation) constAleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
filter(Operation &&operation) constAleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
find(const Key &key) constAleph::DynSetTree< Key, Tree, Compare >inline
find_index(Operation &operation) const noexcept(noexcept(operation))Aleph::LocateFunctions< DynSetTree< Key, Tree, Compare >, Key >inline
find_index(Operation &&operation) const noexcept(noexcept(operation))Aleph::LocateFunctions< DynSetTree< Key, Tree, Compare >, Key >inline
find_item(Operation &operation) noexcept(noexcept(operation))Aleph::LocateFunctions< DynSetTree< Key, Tree, Compare >, Key >inline
find_item(Operation &operation) const noexcept(noexcept(operation))Aleph::LocateFunctions< DynSetTree< Key, Tree, Compare >, Key >inline
find_item(Operation &&operation) noexcept(noexcept(operation))Aleph::LocateFunctions< DynSetTree< Key, Tree, Compare >, Key >inline
find_item(Operation &&operation) const noexcept(noexcept(operation))Aleph::LocateFunctions< DynSetTree< Key, Tree, Compare >, Key >inline
find_position(const Key &key) constAleph::DynSetTree< Key, Tree, Compare >inline
find_ptr(Operation &operation) noexcept(noexcept(operation))Aleph::LocateFunctions< DynSetTree< Key, Tree, Compare >, Key >inline
find_ptr(Operation &operation) const noexcept(noexcept(operation))Aleph::LocateFunctions< DynSetTree< Key, Tree, Compare >, Key >inline
find_ptr(Operation &&operation) const noexcept(noexcept(operation))Aleph::LocateFunctions< DynSetTree< Key, Tree, Compare >, Key >inline
find_ptr(Operation &&operation) noexcept(noexcept(operation))Aleph::LocateFunctions< DynSetTree< Key, Tree, Compare >, Key >inline
fold(const Key &init, Operation &operation) const noexcept(noexcept(operation))Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
fold(const Key &init, Operation &&operation) const noexcept(noexcept(operation))Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
foldl(const __T &init, Op &op) const noexcept(noexcept(op))Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
foldl(const __T &init, Op &&op=Op()) const noexcept(noexcept(op))Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
for_each(Operation &operation) noexcept(noexcept(operation))Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
for_each(Operation &operation) const noexcept(noexcept(operation))Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
for_each(Operation &&operation) const noexcept(noexcept(operation))Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
for_each(Operation &&operation) noexcept(noexcept(operation))Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
for_each_in_preorder(void(*visitFct)(Node *, int, int))Aleph::DynSetTree< Key, Tree, Compare >inline
for_each_inorder(Key_Op &key_op) constAleph::DynSetTree< Key, Tree, Compare >inline
for_each_inorder(Key_Op &&key_op=Key_Op()) constAleph::DynSetTree< Key, Tree, Compare >inline
for_each_postorder(Key_Op &key_op)Aleph::DynSetTree< Key, Tree, Compare >inline
for_each_postorder(Key_Op &&key_op=Key_Op())Aleph::DynSetTree< Key, Tree, Compare >inline
for_each_preorder(Key_Op &key_op) constAleph::DynSetTree< Key, Tree, Compare >inline
for_each_preorder(Key_Op &&key_op=Key_Op()) constAleph::DynSetTree< Key, Tree, Compare >inline
get() constAleph::DynSetTree< Key, Tree, Compare >inline
get_first() constAleph::DynSetTree< Key, Tree, Compare >inline
get_it() constAleph::LocateFunctions< DynSetTree< Key, Tree, Compare >, Key >inline
get_it(size_t pos) constAleph::LocateFunctions< DynSetTree< Key, Tree, Compare >, Key >inline
get_item() constAleph::DynSetTree< Key, Tree, Compare >inline
get_itor() constAleph::LocateFunctions< DynSetTree< Key, Tree, Compare >, Key >inline
get_last() constAleph::DynSetTree< Key, Tree, Compare >inline
get_root() const (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
get_root_node() const (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
has(const Key &key) const (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
height() constAleph::DynSetTree< Key, Tree, Compare >inline
insert(const Key &key)Aleph::DynSetTree< Key, Tree, Compare >inline
insert(Key &&key) (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
insert_dup(const Key &key) (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
insert_dup(Key &&key) (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
internal_path_length() constAleph::DynSetTree< Key, Tree, Compare >inline
is_empty() constAleph::DynSetTree< Key, Tree, Compare >inline
Item_Type typedef (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >
items() constAleph::GenericItems< Container, T >inline
iterator typedef (defined in StlAlephIterator< SetName >)StlAlephIterator< SetName >
join(DynSetTree &t, DynSetTree &dup)Aleph::DynSetTree< Key, Tree, Compare >inline
join(DynSetTree &t, DynSetTree &&dup=DynSetTree())Aleph::DynSetTree< Key, Tree, Compare >inline
join_dup(DynSetTree &t)Aleph::DynSetTree< Key, Tree, Compare >inline
Key_Type typedef (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >
keys() constAleph::GenericItems< Container, T >inline
length() const noexceptAleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
maps(Operation &op) constAleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
maps(Operation &&op) constAleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
maps_if(Prop prop, Operation &op) constAleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
maps_if(Prop prop, Operation &&op) constAleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
max() constAleph::DynSetTree< Key, Tree, Compare >inline
min() constAleph::DynSetTree< Key, Tree, Compare >inline
mutable_drop(size_t n)Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
mutable_for_each(Operation &operation) noexcept(noexcept(operation)) (defined in Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >)Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
mutable_for_each(Operation &&operation) noexcept(noexcept(operation))Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
nappend(Args ... args)Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
ninsert(Args ... args)Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
Node typedefAleph::DynSetTree< Key, Tree, Compare >
nth(const size_t n)Aleph::LocateFunctions< DynSetTree< Key, Tree, Compare >, Key >inline
nth(const size_t n) constAleph::LocateFunctions< DynSetTree< Key, Tree, Compare >, Key >inline
nth_ne(const size_t n) noexcept (defined in Aleph::LocateFunctions< DynSetTree< Key, Tree, Compare >, Key >)Aleph::LocateFunctions< DynSetTree< Key, Tree, Compare >, Key >inline
nth_ne(const size_t n) const noexceptAleph::LocateFunctions< DynSetTree< Key, Tree, Compare >, Key >inline
operator!=(const DynSetTree< Key, Tree, Compare > &r) const noexceptAleph::EqualToMethod< DynSetTree< Key, Tree, Compare > >inline
operator()(const size_t &i) (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
operator=(const DynList< Key > &list) (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
operator=(const DynSetTree &srcTree)Aleph::DynSetTree< Key, Tree, Compare >inline
operator=(DynSetTree &&srcTree)Aleph::DynSetTree< Key, Tree, Compare >inline
operator==(const DynSetTree< Key, Tree, Compare > &r) const noexceptAleph::EqualToMethod< DynSetTree< Key, Tree, Compare > >inline
operator[](const Key &key) const (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
operator[](const Key &key) (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
partition(Operation &op) constAleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
partition(Operation &&op) constAleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
partition(size_t n) constAleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
pfilter(Operation &operation) constAleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
pfilter(Operation &&operation) constAleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
position(const Key &key) constAleph::DynSetTree< Key, Tree, Compare >inline
ptr_filter(Operation &operation) constAleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
ptr_filter(Operation &&operation) const (defined in Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >)Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
put(const Key &key) (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
put(Key &&key) (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
remove(const Key &key)Aleph::DynSetTree< Key, Tree, Compare >inline
remove_pos(const size_t i)Aleph::DynSetTree< Key, Tree, Compare >inline
rev() constAleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
search(const Key &key) constAleph::DynSetTree< Key, Tree, Compare >inline
search_or_insert(const Key &key)Aleph::DynSetTree< Key, Tree, Compare >inline
search_or_insert(Key &&key) (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
select(const size_t &i)Aleph::DynSetTree< Key, Tree, Compare >inline
select(const size_t &i) const (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
Set_Type typedef (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >
size() constAleph::DynSetTree< Key, Tree, Compare >inline
Special_Ctors(DynSetTree, Key) (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >
split_key(const Key &key, DynSetTree &l, DynSetTree &r)Aleph::DynSetTree< Key, Tree, Compare >inline
split_key_dup(const Key &key, DynSetTree &l, DynSetTree &r)Aleph::DynSetTree< Key, Tree, Compare >inline
split_pos(const size_t pos, DynSetTree &l, DynSetTree &r)Aleph::DynSetTree< Key, Tree, Compare >inline
swap(DynSetTree &dset)Aleph::DynSetTree< Key, Tree, Compare >inline
take(const size_t n) constAleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
take(size_t i, size_t j, size_t step=1) constAleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
to_dynlist() const (defined in Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >)Aleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
tpartition(Operation &op) constAleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
tpartition(Operation &&op) constAleph::FunctionalMethods< DynSetTree< Key, Tree, Compare >, Key >inline
traverse(Operation &op)Aleph::DynSetTree< Key, Tree, Compare >inline
traverse(Operation &&op=Operation()) (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
traverse(Operation &op) const (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
traverse(Operation &&op=Operation()) const (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
Tree_Type typedef (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >
verify() (defined in Aleph::DynSetTree< Key, Tree, Compare >)Aleph::DynSetTree< Key, Tree, Compare >inline
~DynSetTree()Aleph::DynSetTree< Key, Tree, Compare >inlinevirtual

Leandro Rabindranath León