commore  1.0.6-SNAPSHOT
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
commore::List< T, A > Member List

This is the complete list of members for commore::List< T, A >, including all inherited members.

add()commore::List< T, A >inline
add(const T &value)commore::List< T, A >inline
allocate_node_(size_t size, FunctionConstructor c, const Byte *value=0)commore::BaseList
allocate_root_node_()commore::BaseList
assign(const_iterator first, const_iterator last)commore::List< T, A >inline
commore::BaseList::assign(const_iterator first, const_iterator last, FunctionConstructor c, FunctionDestructor d, size_t size)commore::BaseList
back()commore::List< T, A >inline
back() const commore::List< T, A >inline
BaseList()commore::BaseList
begin()commore::List< T, A >inline
begin() const commore::List< T, A >inline
cbegin() const commore::List< T, A >inline
cend() const commore::List< T, A >inline
clear()commore::List< T, A >inline
commore::BaseList::clear(FunctionDestructor d)commore::BaseList
comparator_(const Byte *v1, const Byte *v2, size_t size)commore::BaseListstatic
compare(const List< T, A > &l) const commore::List< T, A >inline
commore::BaseList::compare(const BaseList &l, FunctionComparator cmor) const commore::BaseList
constructor_(Byte *data, const Byte *value, size_t size)commore::BaseListstatic
deallocate_node_(BaseListNodeRoot *node)commore::BaseList
deallocate_node_(BaseListNode *node, FunctionDestructor d)commore::BaseList
destructor_(Byte *data)commore::BaseListstatic
empty() const commore::BaseListinline
end()commore::List< T, A >inline
end() const commore::List< T, A >inline
erase(iterator pos)commore::List< T, A >inline
erase(iterator first, iterator last)commore::List< T, A >inline
commore::BaseList::erase(iterator pos, FunctionDestructor d)commore::BaseList
commore::BaseList::erase(iterator first, iterator last, FunctionDestructor d)commore::BaseList
find(const T &value) const commore::List< T, A >inline
find(bool(*pred)(const T &)) const commore::List< T, A >inline
commore::BaseList::find(const Byte *value, FunctionComparator cmor) const commore::BaseList
commore::BaseList::find(FunctionFilter filter) const commore::BaseList
from_xml_string(const AString &s)commore::List< T, A >
front()commore::List< T, A >inline
front() const commore::List< T, A >inline
get_at(size_t i) const commore::List< T, A >inline
get_at(size_t i)commore::List< T, A >inline
init_root()commore::BaseList
insert(iterator pos, const T &value)commore::List< T, A >inline
insert(iterator pos)commore::List< T, A >inline
insert(size_t pos, const T &value)commore::List< T, A >inline
insert(size_t pos)commore::List< T, A >inline
insert(iterator pos, const_iterator first, const_iterator last)commore::List< T, A >inline
commore::BaseList::insert(iterator pos, size_t size, FunctionConstructor c, const Byte *value=0)commore::BaseList
commore::BaseList::insert(size_t pos, size_t size, FunctionConstructor c, const Byte *value=0)commore::BaseList
commore::BaseList::insert(iterator pos, const_iterator first, const_iterator last, size_t size, FunctionConstructor c)commore::BaseList
List()commore::List< T, A >inline
List(const List< T, A > &original)commore::List< T, A >inline
merge(List< T, A > &original)commore::List< T, A >inline
merge(List< T, A > &original, int(*comp)(const T &, const T &))commore::List< T, A >inline
commore::BaseList::merge(BaseList &original, FunctionComparator cmor)commore::BaseList
move_after(iterator pos, iterator i)commore::BaseListstatic
move_before(iterator pos, iterator i)commore::BaseListstatic
operator<(const List< T, A > &l) const commore::List< T, A >inline
operator=(const List< T, A > &l)commore::List< T, A >inline
operator==(const List< T, A > &l) const commore::List< T, A >inline
operator>(const List< T, A > &l) const commore::List< T, A >inline
pop_back()commore::List< T, A >inline
pop_front()commore::List< T, A >inline
push_back(const T &value)commore::List< T, A >inline
commore::BaseList::push_back(size_t size, FunctionConstructor ctor, const Byte *value=0)commore::BaseList
push_back_once(const T &value)commore::List< T, A >inline
commore::BaseList::push_back_once(size_t size, FunctionConstructor ctor, FunctionComparator cmor, const Byte *value)commore::BaseList
push_front(const T &value)commore::List< T, A >inline
read(const Path &file)commore::List< T, A >
read_xml(IBStream &i)commore::List< T, A >
read_xml(const Path &file)commore::List< T, A >
remove(const T &value)commore::List< T, A >inline
remove(const T *pvalue)commore::List< T, A >inline
commore::BaseList::remove(const Byte *v, FunctionComparator cmor, FunctionDestructor d)commore::BaseList
remove_at(size_t i)commore::List< T, A >inline
commore::BaseList::remove_at(size_t i, FunctionDestructor d)commore::BaseList
remove_if(bool(*pred)(const T &))commore::List< T, A >inline
commore::BaseList::remove_if(FunctionFilter filter, FunctionDestructor d)commore::BaseList
remove_ptr(const Byte *v, FunctionDestructor d)commore::BaseList
reverse()commore::List< T, A >inline
size() const commore::BaseListinline
sort()commore::List< T, A >inline
sort(int(*comp)(const T &, const T &))commore::List< T, A >inline
commore::BaseList::sort(FunctionComparator cmor)commore::BaseList
splice(List< T, A > &original)commore::List< T, A >inline
splice(iterator pos, List< T, A > &original)commore::List< T, A >inline
commore::BaseList::splice(iterator pos, BaseList &original)commore::BaseList
commore::BaseList::splice(BaseList &original, FunctionDestructor d)commore::BaseList
commore::BaseList::splice(iterator pos, BaseList &original, iterator i)commore::BaseList
swap(List< T, A > &original)commore::List< T, A >inline
commore::BaseList::swap(BaseList &original)commore::BaseList
to_xml_string(AString &s) const commore::List< T, A >
transfer(iterator pos, iterator first, iterator last)commore::List< T, A >inlinestatic
commore::BaseList::transfer(iterator pos, iterator first, iterator last)commore::BaseListstatic
unique()commore::List< T, A >inline
unique(int(*pred)(const T &, const T &))commore::List< T, A >inline
commore::BaseList::unique(FunctionComparator cmor, FunctionDestructor d)commore::BaseList
value_type typedefcommore::List< T, A >
write(const Path &file) const commore::List< T, A >
write_xml(OBStream &o) const commore::List< T, A >
write_xml(const Path &file) const commore::List< T, A >
~BaseList()commore::BaseList
~List()commore::List< T, A >inline