commore  1.0.6-SNAPSHOT
All Classes Namespaces Functions Variables Typedefs Enumerations 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) (defined in commore::BaseList)commore::BaseList
allocate_root_node_() (defined in commore::BaseList)commore::BaseList
assign(const_iterator first, const_iterator last)commore::List< T, A >inline
assign(const_iterator first, const_iterator last, FunctionConstructor c, FunctionDestructor d, size_t size) (defined in commore::BaseList)commore::BaseList
back()commore::List< T, A >inline
back() const commore::List< T, A >inline
BaseList() (defined in commore::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
clear(FunctionDestructor d) (defined in commore::BaseList)commore::BaseList
comparator_(const Byte *v1, const Byte *v2, size_t size) (defined in commore::BaseList)commore::BaseListstatic
compare(const List< T, A > &l) const commore::List< T, A >inline
compare(const BaseList &l, FunctionComparator cmor) const (defined in commore::BaseList)commore::BaseList
constructor_(Byte *data, const Byte *value, size_t size) (defined in commore::BaseList)commore::BaseListstatic
deallocate_node_(BaseListNodeRoot *node) (defined in commore::BaseList)commore::BaseList
deallocate_node_(BaseListNode *node, FunctionDestructor d) (defined in commore::BaseList)commore::BaseList
destructor_(Byte *data) (defined in commore::BaseList)commore::BaseListstatic
empty() const (defined in commore::BaseList)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
erase(iterator pos, FunctionDestructor d) (defined in commore::BaseList)commore::BaseList
erase(iterator first, iterator last, FunctionDestructor d) (defined in commore::BaseList)commore::BaseList
find(const T &value) const commore::List< T, A >inline
find(bool(*pred)(const T &)) const commore::List< T, A >inline
find(const Byte *value, FunctionComparator cmor) const (defined in commore::BaseList)commore::BaseList
find(FunctionFilter filter) const (defined in commore::BaseList)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() (defined in commore::BaseList)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
insert(iterator pos, size_t size, FunctionConstructor c, const Byte *value=0) (defined in commore::BaseList)commore::BaseList
insert(size_t pos, size_t size, FunctionConstructor c, const Byte *value=0) (defined in commore::BaseList)commore::BaseList
insert(iterator pos, const_iterator first, const_iterator last, size_t size, FunctionConstructor c) (defined in commore::BaseList)commore::BaseList
List() (defined in commore::List< T, A >)commore::List< T, A >inline
List(const List< T, A > &original) (defined in commore::List< T, A >)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
merge(BaseList &original, FunctionComparator cmor) (defined in commore::BaseList)commore::BaseList
move_after(iterator pos, iterator i) (defined in commore::BaseList)commore::BaseListstatic
move_before(iterator pos, iterator i) (defined in commore::BaseList)commore::BaseListstatic
operator<(const List< T, A > &l) const commore::List< T, A >inline
operator=(const List< T, A > &l) (defined in commore::List< T, A >)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
push_back(size_t size, FunctionConstructor ctor, const Byte *value=0) (defined in commore::BaseList)commore::BaseList
push_back_once(const T &value)commore::List< T, A >inline
push_back_once(size_t size, FunctionConstructor ctor, FunctionComparator cmor, const Byte *value) (defined in commore::BaseList)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
remove(const Byte *v, FunctionComparator cmor, FunctionDestructor d) (defined in commore::BaseList)commore::BaseList
remove_at(size_t i)commore::List< T, A >inline
remove_at(size_t i, FunctionDestructor d) (defined in commore::BaseList)commore::BaseList
remove_if(bool(*pred)(const T &))commore::List< T, A >inline
remove_if(FunctionFilter filter, FunctionDestructor d) (defined in commore::BaseList)commore::BaseList
remove_ptr(const Byte *v, FunctionDestructor d) (defined in commore::BaseList)commore::BaseList
reverse()commore::List< T, A >inline
size() const (defined in commore::BaseList)commore::BaseListinline
sort()commore::List< T, A >inline
sort(int(*comp)(const T &, const T &))commore::List< T, A >inline
sort(FunctionComparator cmor) (defined in commore::BaseList)commore::BaseList
splice(List< T, A > &original)commore::List< T, A >inline
splice(iterator pos, List< T, A > &original)commore::List< T, A >inline
splice(iterator pos, BaseList &original) (defined in commore::BaseList)commore::BaseList
splice(BaseList &original, FunctionDestructor d) (defined in commore::BaseList)commore::BaseList
splice(iterator pos, BaseList &original, iterator i) (defined in commore::BaseList)commore::BaseList
swap(List< T, A > &original)commore::List< T, A >inline
swap(BaseList &original) (defined in commore::BaseList)commore::BaseList
to_xml_string(AString &s) const commore::List< T, A >
transfer(iterator pos, iterator first, iterator last)commore::List< T, A >inlinestatic
transfer(iterator pos, iterator first, iterator last) (defined in commore::BaseList)commore::BaseListstatic
unique()commore::List< T, A >inline
unique(int(*pred)(const T &, const T &))commore::List< T, A >inline
unique(FunctionComparator cmor, FunctionDestructor d) (defined in commore::BaseList)commore::BaseList
value_type typedef (defined in commore::List< T, A >)commore::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() (defined in commore::BaseList)commore::BaseList
~List() (defined in commore::List< T, A >)commore::List< T, A >inline