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

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

all(Operation &operation) const noexcept(noexcept(operation))Aleph::FunctionalMethods< DynListQueue< T >, T >inline
all(Operation &&operation) const noexcept(noexcept(operation))Aleph::FunctionalMethods< DynListQueue< T >, T >inline
append(const T &data) (defined in Aleph::DynListQueue< T >)Aleph::DynListQueue< T >inline
append(T &&data) (defined in Aleph::DynListQueue< T >)Aleph::DynListQueue< T >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 >
drop(const size_t n) constAleph::FunctionalMethods< DynListQueue< T >, T >inline
DynListQueue() noexceptAleph::DynListQueue< T >inline
DynListQueue(const DynListQueue &__q)Aleph::DynListQueue< T >inline
DynListQueue(DynListQueue &&__q) noexceptAleph::DynListQueue< T >inline
each(Operation &operation) noexcept(noexcept(operation))Aleph::FunctionalMethods< DynListQueue< T >, T >inline
each(Operation &operation) const noexcept(noexcept(operation))Aleph::FunctionalMethods< DynListQueue< T >, T >inline
each(Operation &&operation) const noexcept(noexcept(operation))Aleph::FunctionalMethods< DynListQueue< T >, T >inline
each(Operation &&operation) noexcept(noexcept(operation))Aleph::FunctionalMethods< DynListQueue< T >, T >inline
each(size_t pos, size_t slice, Operation &operation) constAleph::FunctionalMethods< DynListQueue< T >, T >inline
each(size_t pos, size_t slice, Operation &&operation) constAleph::FunctionalMethods< DynListQueue< T >, T >inline
emplace(Args &&... args)Aleph::FunctionalMethods< DynListQueue< T >, T >inline
emplace_end(Args &&... args)Aleph::FunctionalMethods< DynListQueue< T >, T >inline
emplace_ins(Args &&... args)Aleph::FunctionalMethods< DynListQueue< T >, T >inline
empty() noexceptAleph::DynListQueue< T >inline
end() noexcept (defined in StlAlephIterator< SetName >)StlAlephIterator< SetName >inline
end() const noexcept (defined in StlAlephIterator< SetName >)StlAlephIterator< SetName >inline
equal_to(const DynListQueue< T > &r) const noexceptAleph::EqualToMethod< DynListQueue< T > >inline
exists(Operation &op) const noexcept(noexcept(op))Aleph::FunctionalMethods< DynListQueue< T >, T >inline
exists(Operation &&op) const noexcept(noexcept(op))Aleph::FunctionalMethods< DynListQueue< T >, T >inline
filter(Operation &operation) constAleph::FunctionalMethods< DynListQueue< T >, T >inline
filter(Operation &&operation) constAleph::FunctionalMethods< DynListQueue< T >, T >inline
find_index(Operation &operation) const noexcept(noexcept(operation))Aleph::LocateFunctions< DynListQueue< T >, T >inline
find_index(Operation &&operation) const noexcept(noexcept(operation))Aleph::LocateFunctions< DynListQueue< T >, T >inline
find_item(Operation &operation) noexcept(noexcept(operation))Aleph::LocateFunctions< DynListQueue< T >, T >inline
find_item(Operation &operation) const noexcept(noexcept(operation))Aleph::LocateFunctions< DynListQueue< T >, T >inline
find_item(Operation &&operation) noexcept(noexcept(operation))Aleph::LocateFunctions< DynListQueue< T >, T >inline
find_item(Operation &&operation) const noexcept(noexcept(operation))Aleph::LocateFunctions< DynListQueue< T >, T >inline
find_ptr(Operation &operation) noexcept(noexcept(operation))Aleph::LocateFunctions< DynListQueue< T >, T >inline
find_ptr(Operation &operation) const noexcept(noexcept(operation))Aleph::LocateFunctions< DynListQueue< T >, T >inline
find_ptr(Operation &&operation) const noexcept(noexcept(operation))Aleph::LocateFunctions< DynListQueue< T >, T >inline
find_ptr(Operation &&operation) noexcept(noexcept(operation))Aleph::LocateFunctions< DynListQueue< T >, T >inline
fold(const T &init, Operation &operation) const noexcept(noexcept(operation))Aleph::FunctionalMethods< DynListQueue< T >, T >inline
fold(const T &init, Operation &&operation) const noexcept(noexcept(operation))Aleph::FunctionalMethods< DynListQueue< T >, T >inline
foldl(const __T &init, Op &op) const noexcept(noexcept(op))Aleph::FunctionalMethods< DynListQueue< T >, T >inline
foldl(const __T &init, Op &&op=Op()) const noexcept(noexcept(op))Aleph::FunctionalMethods< DynListQueue< T >, T >inline
for_each(Operation &operation) noexcept(noexcept(operation))Aleph::FunctionalMethods< DynListQueue< T >, T >inline
for_each(Operation &operation) const noexcept(noexcept(operation))Aleph::FunctionalMethods< DynListQueue< T >, T >inline
for_each(Operation &&operation) const noexcept(noexcept(operation))Aleph::FunctionalMethods< DynListQueue< T >, T >inline
for_each(Operation &&operation) noexcept(noexcept(operation))Aleph::FunctionalMethods< DynListQueue< T >, T >inline
front() constAleph::DynListQueue< T >inline
get()Aleph::DynListQueue< T >inline
get_it() constAleph::LocateFunctions< DynListQueue< T >, T >inline
get_it(size_t pos) constAleph::LocateFunctions< DynListQueue< T >, T >inline
get_itor() constAleph::LocateFunctions< DynListQueue< T >, T >inline
insert(const T &data) (defined in Aleph::DynListQueue< T >)Aleph::DynListQueue< T >inline
insert(T &&data) (defined in Aleph::DynListQueue< T >)Aleph::DynListQueue< T >inline
is_empty() const noexceptAleph::DynListQueue< T >inline
Item_Type typedefAleph::DynListQueue< T >
items() constAleph::GenericItems< Container, T >inline
iterator typedef (defined in StlAlephIterator< SetName >)StlAlephIterator< SetName >
keys() constAleph::GenericItems< Container, T >inline
length() const noexceptAleph::FunctionalMethods< DynListQueue< T >, T >inline
maps(Operation &op) constAleph::FunctionalMethods< DynListQueue< T >, T >inline
maps(Operation &&op) constAleph::FunctionalMethods< DynListQueue< T >, T >inline
maps_if(Prop prop, Operation &op) constAleph::FunctionalMethods< DynListQueue< T >, T >inline
maps_if(Prop prop, Operation &&op) constAleph::FunctionalMethods< DynListQueue< T >, T >inline
mutable_drop(size_t n)Aleph::FunctionalMethods< DynListQueue< T >, T >inline
mutable_for_each(Operation &operation) noexcept(noexcept(operation)) (defined in Aleph::FunctionalMethods< DynListQueue< T >, T >)Aleph::FunctionalMethods< DynListQueue< T >, T >inline
mutable_for_each(Operation &&operation) noexcept(noexcept(operation))Aleph::FunctionalMethods< DynListQueue< T >, T >inline
nappend(Args ... args)Aleph::FunctionalMethods< DynListQueue< T >, T >inline
ninsert(Args ... args)Aleph::FunctionalMethods< DynListQueue< T >, T >inline
nth(const size_t n)Aleph::LocateFunctions< DynListQueue< T >, T >inline
nth(const size_t n) constAleph::LocateFunctions< DynListQueue< T >, T >inline
nth_ne(const size_t n) noexcept (defined in Aleph::LocateFunctions< DynListQueue< T >, T >)Aleph::LocateFunctions< DynListQueue< T >, T >inline
nth_ne(const size_t n) const noexceptAleph::LocateFunctions< DynListQueue< T >, T >inline
operator!=(const DynListQueue< T > &r) const noexceptAleph::EqualToMethod< DynListQueue< T > >inline
operator=(const DynListQueue &rhs)Aleph::DynListQueue< T >inline
operator=(DynListQueue &&rhs) noexceptAleph::DynListQueue< T >inline
operator==(const DynListQueue< T > &r) const noexceptAleph::EqualToMethod< DynListQueue< T > >inline
partition(Operation &op) constAleph::FunctionalMethods< DynListQueue< T >, T >inline
partition(Operation &&op) constAleph::FunctionalMethods< DynListQueue< T >, T >inline
partition(size_t n) constAleph::FunctionalMethods< DynListQueue< T >, T >inline
pfilter(Operation &operation) constAleph::FunctionalMethods< DynListQueue< T >, T >inline
pfilter(Operation &&operation) constAleph::FunctionalMethods< DynListQueue< T >, T >inline
ptr_filter(Operation &operation) constAleph::FunctionalMethods< DynListQueue< T >, T >inline
ptr_filter(Operation &&operation) const (defined in Aleph::FunctionalMethods< DynListQueue< T >, T >)Aleph::FunctionalMethods< DynListQueue< T >, T >inline
put(const T &data)Aleph::DynListQueue< T >inline
put(T &&data)Aleph::DynListQueue< T >inline
rear() constAleph::DynListQueue< T >inline
rev() constAleph::FunctionalMethods< DynListQueue< T >, T >inline
Set_Type typedef (defined in Aleph::DynListQueue< T >)Aleph::DynListQueue< T >
size() const noexceptAleph::DynListQueue< T >inline
Special_Ctors(DynListQueue, T) (defined in Aleph::DynListQueue< T >)Aleph::DynListQueue< T >
swap(DynListQueue &__q) noexceptAleph::DynListQueue< T >inline
take(const size_t n) constAleph::FunctionalMethods< DynListQueue< T >, T >inline
take(size_t i, size_t j, size_t step=1) constAleph::FunctionalMethods< DynListQueue< T >, T >inline
to_dynlist() const (defined in Aleph::FunctionalMethods< DynListQueue< T >, T >)Aleph::FunctionalMethods< DynListQueue< T >, T >inline
tpartition(Operation &op) constAleph::FunctionalMethods< DynListQueue< T >, T >inline
tpartition(Operation &&op) constAleph::FunctionalMethods< DynListQueue< T >, T >inline
traverse(Operation &operation) noexcept(noexcept(operation))Aleph::DynListQueue< T >inline
traverse(Operation &operation) const noexcept(noexcept(operation))Aleph::DynListQueue< T >inline
traverse(Operation &&operation=Operation()) const noexcept(noexcept(operation))Aleph::DynListQueue< T >inline
traverse(Operation &&operation=Operation()) noexcept(noexcept(operation))Aleph::DynListQueue< T >inline

Leandro Rabindranath León