Aleph-w  1.9
General library for algorithms and data structures
Aleph::DynList< T > Member List

This is the complete list of members for Aleph::DynList< T >, including all inherited members.

all(Operation &operation) const noexcept(noexcept(operation))Aleph::FunctionalMethods< DynList< T >, T >inline
all(Operation &&operation) const noexcept(noexcept(operation))Aleph::FunctionalMethods< DynList< T >, T >inline
append(const T &item)Aleph::DynList< T >inline
append(T &&item)Aleph::DynList< T >inline
append(DynList &&list) noexceptAleph::DynList< T >inline
append(const DynList &list) noexcept(noexcept(DynList(list)))Aleph::DynList< T >inline
Aleph::HTList::append(Slinknc *link) noexceptAleph::HTListinline
Aleph::HTList::append(HTList &l) noexceptAleph::HTListinline
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
concat(HTList &l) noexceptAleph::HTListinline
concat_list(HTList &l) noexceptAleph::HTListinline
const_iterator typedef (defined in StlAlephIterator< SetName >)StlAlephIterator< SetName >
cut(Slinknc *link, HTList &list) noexceptAleph::HTListinline
cut_list(Slinknc *link, HTList &list) noexceptAleph::HTListinline
drop(const size_t n) constAleph::FunctionalMethods< DynList< T >, T >inline
DynList() noexcept(std::is_nothrow_constructible< T >::value)Aleph::DynList< T >inline
DynList(const DynList &l)Aleph::DynList< T >inline
DynList(DynList &&l) noexceptAleph::DynList< T >inline
each(Operation &operation) noexcept(noexcept(operation))Aleph::FunctionalMethods< DynList< T >, T >inline
each(Operation &operation) const noexcept(noexcept(operation))Aleph::FunctionalMethods< DynList< T >, T >inline
each(Operation &&operation) const noexcept(noexcept(operation))Aleph::FunctionalMethods< DynList< T >, T >inline
each(Operation &&operation) noexcept(noexcept(operation))Aleph::FunctionalMethods< DynList< T >, T >inline
each(size_t pos, size_t slice, Operation &operation) constAleph::FunctionalMethods< DynList< T >, T >inline
each(size_t pos, size_t slice, Operation &&operation) constAleph::FunctionalMethods< DynList< T >, T >inline
emplace(Args &&... args)Aleph::FunctionalMethods< DynList< T >, T >inline
emplace_end(Args &&... args)Aleph::FunctionalMethods< DynList< T >, T >inline
emplace_ins(Args &&... args)Aleph::FunctionalMethods< DynList< T >, T >inline
empty() noexceptAleph::DynList< T >inline
end() noexcept (defined in StlAlephIterator< SetName >)StlAlephIterator< SetName >inline
end() const noexcept (defined in StlAlephIterator< SetName >)StlAlephIterator< SetName >inline
exists(Operation &op) const noexcept(noexcept(op))Aleph::FunctionalMethods< DynList< T >, T >inline
exists(Operation &&op) const noexcept(noexcept(op))Aleph::FunctionalMethods< DynList< T >, T >inline
filter(Operation &operation) constAleph::FunctionalMethods< DynList< T >, T >inline
filter(Operation &&operation) constAleph::FunctionalMethods< DynList< T >, T >inline
find_index(Operation &operation) const noexcept(noexcept(operation))Aleph::LocateFunctions< DynList< T >, T >inline
find_index(Operation &&operation) const noexcept(noexcept(operation))Aleph::LocateFunctions< DynList< T >, T >inline
find_item(Operation &operation) noexcept(noexcept(operation))Aleph::LocateFunctions< DynList< T >, T >inline
find_item(Operation &operation) const noexcept(noexcept(operation))Aleph::LocateFunctions< DynList< T >, T >inline
find_item(Operation &&operation) noexcept(noexcept(operation))Aleph::LocateFunctions< DynList< T >, T >inline
find_item(Operation &&operation) const noexcept(noexcept(operation))Aleph::LocateFunctions< DynList< T >, T >inline
find_ptr(Operation &operation) noexcept(noexcept(operation))Aleph::LocateFunctions< DynList< T >, T >inline
find_ptr(Operation &operation) const noexcept(noexcept(operation))Aleph::LocateFunctions< DynList< T >, T >inline
find_ptr(Operation &&operation) const noexcept(noexcept(operation))Aleph::LocateFunctions< DynList< T >, T >inline
find_ptr(Operation &&operation) noexcept(noexcept(operation))Aleph::LocateFunctions< DynList< T >, T >inline
fold(const T &init, Operation &operation) const noexcept(noexcept(operation))Aleph::FunctionalMethods< DynList< T >, T >inline
fold(const T &init, Operation &&operation) const noexcept(noexcept(operation))Aleph::FunctionalMethods< DynList< T >, T >inline
foldl(const __T &init, Op &op) const noexcept(noexcept(op))Aleph::FunctionalMethods< DynList< T >, T >inline
foldl(const __T &init, Op &&op=Op()) const noexcept(noexcept(op))Aleph::FunctionalMethods< DynList< T >, T >inline
for_each(Operation &operation) noexcept(noexcept(operation))Aleph::FunctionalMethods< DynList< T >, T >inline
for_each(Operation &operation) const noexcept(noexcept(operation))Aleph::FunctionalMethods< DynList< T >, T >inline
for_each(Operation &&operation) const noexcept(noexcept(operation))Aleph::FunctionalMethods< DynList< T >, T >inline
for_each(Operation &&operation) noexcept(noexcept(operation))Aleph::FunctionalMethods< DynList< T >, T >inline
get()Aleph::DynList< T >inline
get(const size_t &i)Aleph::DynList< T >inline
get_first() constAleph::DynList< T >inline
get_first_ne() const noexceptAleph::DynList< T >inline
get_head() const noexceptAleph::HTListinline
get_it() constAleph::LocateFunctions< DynList< T >, T >inline
get_it(size_t pos) constAleph::LocateFunctions< DynList< T >, T >inline
get_itor() constAleph::LocateFunctions< DynList< T >, T >inline
get_last() constAleph::DynList< T >inline
get_last_ne() const noexceptAleph::DynList< T >inline
get_tail() const noexceptAleph::HTListinline
HTList() noexceptAleph::HTListinline
insert(const T &item)Aleph::DynList< T >inline
insert(T &&item)Aleph::DynList< T >inline
insert(DynList &&list) noexceptAleph::DynList< T >inline
insert(const DynList &list) noexcept(noexcept(DynList(list)))Aleph::DynList< T >inline
Aleph::HTList::insert(Slinknc *link) noexceptAleph::HTListinline
Aleph::HTList::insert(HTList &l) noexceptAleph::HTListinline
Aleph::HTList::insert(Slinknc *link, HTList &list) noexceptAleph::HTListinline
is_empty() const noexceptAleph::HTListinline
is_unitarian() const noexceptAleph::HTListinline
is_unitarian_or_empty() const noexceptAleph::HTListinline
Item_Type typedefAleph::DynList< T >
items() constAleph::GenericItems< DynList< T >, T >inline
iterator typedef (defined in StlAlephIterator< SetName >)StlAlephIterator< SetName >
Key_Type typedefAleph::DynList< T >
keys() constAleph::GenericItems< DynList< T >, T >inline
length() const noexceptAleph::FunctionalMethods< DynList< T >, T >inline
maps(Operation &op) constAleph::FunctionalMethods< DynList< T >, T >inline
maps(Operation &&op) constAleph::FunctionalMethods< DynList< T >, T >inline
maps_if(Prop prop, Operation &op) constAleph::FunctionalMethods< DynList< T >, T >inline
maps_if(Prop prop, Operation &&op) constAleph::FunctionalMethods< DynList< T >, T >inline
mutable_drop(size_t n)Aleph::FunctionalMethods< DynList< T >, T >inline
mutable_for_each(Operation &operation) noexcept(noexcept(operation)) (defined in Aleph::FunctionalMethods< DynList< T >, T >)Aleph::FunctionalMethods< DynList< T >, T >inline
mutable_for_each(Operation &&operation) noexcept(noexcept(operation))Aleph::FunctionalMethods< DynList< T >, T >inline
nappend(Args ... args)Aleph::FunctionalMethods< DynList< T >, T >inline
ninsert(Args ... args)Aleph::FunctionalMethods< DynList< T >, T >inline
nth(const size_t n)Aleph::LocateFunctions< DynList< T >, T >inline
nth(const size_t n) constAleph::LocateFunctions< DynList< T >, T >inline
nth_ne(const size_t n) noexcept (defined in Aleph::LocateFunctions< DynList< T >, T >)Aleph::LocateFunctions< DynList< T >, T >inline
nth_ne(const size_t n) const noexceptAleph::LocateFunctions< DynList< T >, T >inline
operator=(const DynList &l)Aleph::DynList< T >inline
operator=(DynList &&l) noexceptAleph::DynList< T >inline
operator=(const SpecialCtors &) (defined in Aleph::SpecialCtors< DynList< T >, T >)Aleph::SpecialCtors< DynList< T >, T >inline
operator=(SpecialCtors &&) (defined in Aleph::SpecialCtors< DynList< T >, T >)Aleph::SpecialCtors< DynList< T >, T >inline
operator[](const size_t &i)Aleph::DynList< T >inline
partition(Operation &op) constAleph::FunctionalMethods< DynList< T >, T >inline
partition(Operation &&op) constAleph::FunctionalMethods< DynList< T >, T >inline
partition(size_t n) constAleph::FunctionalMethods< DynList< T >, T >inline
pfilter(Operation &operation) constAleph::FunctionalMethods< DynList< T >, T >inline
pfilter(Operation &&operation) constAleph::FunctionalMethods< DynList< T >, T >inline
pop()Aleph::DynList< T >inline
ptr_filter(Operation &operation) constAleph::FunctionalMethods< DynList< T >, T >inline
ptr_filter(Operation &&operation) const (defined in Aleph::FunctionalMethods< DynList< T >, T >)Aleph::FunctionalMethods< DynList< T >, T >inline
push(const T &item)Aleph::DynList< T >inline
push(T &&item)Aleph::DynList< T >inline
Aleph::HTList::push(Slinknc *link) noexceptAleph::HTListinline
put(const T &item) noexcept(noexcept(T(item)))Aleph::DynList< T >inline
put(T &&item) noexcept(noexcept(std::forward< T >(item)))Aleph::DynList< T >inline
Aleph::HTList::put(Slinknc *link) noexceptAleph::HTListinline
remove()Aleph::DynList< T >inline
remove(Equal eq)Aleph::DynList< T >inline
Aleph::HTList::remove(Slinknc *link)Aleph::HTListinline
remove_all_and_delete() noexceptAleph::HTListinline
remove_first()Aleph::DynList< T >inline
remove_first_ne() noexceptAleph::DynList< T >inline
remove_head()Aleph::HTListinline
remove_head_ne() noexceptAleph::HTListinline
remove_ne() noexceptAleph::DynList< T >inline
remove_ne(Equal eq) noexcept (defined in Aleph::DynList< T >)Aleph::DynList< T >inline
reset() (defined in Aleph::HTList)Aleph::HTListinline
rev() noexcept (defined in Aleph::DynList< T >)Aleph::DynList< T >inline
rev() const (defined in Aleph::DynList< T >)Aleph::DynList< T >inline
reverse() noexcept (defined in Aleph::DynList< T >)Aleph::DynList< T >inline
reverse() constAleph::DynList< T >inline
reverse_list() noexceptAleph::HTListinline
rotate_left(size_t n)Aleph::HTListinline
size() const noexceptAleph::HTListinline
SpecialCtors() (defined in Aleph::SpecialCtors< DynList< T >, T >)Aleph::SpecialCtors< DynList< T >, T >inline
SpecialCtors(const SpecialCtors &) (defined in Aleph::SpecialCtors< DynList< T >, T >)Aleph::SpecialCtors< DynList< T >, T >inline
SpecialCtors(SpecialCtors &&) (defined in Aleph::SpecialCtors< DynList< T >, T >)Aleph::SpecialCtors< DynList< T >, T >inline
SpecialCtors(const DynList< T > &l)Aleph::SpecialCtors< DynList< T >, T >inline
SpecialCtors(It b, It e) (defined in Aleph::SpecialCtors< DynList< T >, T >)Aleph::SpecialCtors< DynList< T >, T >inline
SpecialCtors(std::initializer_list< T > l) (defined in Aleph::SpecialCtors< DynList< T >, T >)Aleph::SpecialCtors< DynList< T >, T >inline
split(HTList &l, HTList &r) noexceptAleph::HTListinline
split_list(HTList &l, HTList &r) noexceptAleph::HTListinline
split_list_ne(HTList &l, HTList &r) noexcept (defined in Aleph::HTList)Aleph::HTListinline
swap(DynList &l) noexceptAleph::DynList< T >inline
Aleph::HTList::swap(HTList &l) noexceptAleph::HTListinline
take(const size_t n) constAleph::FunctionalMethods< DynList< T >, T >inline
take(size_t i, size_t j, size_t step=1) constAleph::FunctionalMethods< DynList< T >, T >inline
to_dynlist() const (defined in Aleph::FunctionalMethods< DynList< T >, T >)Aleph::FunctionalMethods< DynList< T >, T >inline
top() constAleph::DynList< T >inline
top() (defined in Aleph::HTList)Aleph::HTListinline
tpartition(Operation &op) constAleph::FunctionalMethods< DynList< T >, T >inline
tpartition(Operation &&op) constAleph::FunctionalMethods< DynList< T >, T >inline
traverse(Operation &operation) noexcept(noexcept(operation))Aleph::GenericTraverse< DynList< T > >inline
traverse(Operation &operation) const noexcept(noexcept(operation))Aleph::GenericTraverse< DynList< T > >inline
traverse(Operation &&operation) const noexcept(noexcept(operation))Aleph::GenericTraverse< DynList< T > >inline
traverse(Operation &&operation) noexcept(noexcept(operation))Aleph::GenericTraverse< DynList< T > >inline
~DynList() (defined in Aleph::DynList< T >)Aleph::DynList< T >inline

Leandro Rabindranath León