commore  1.0.6-SNAPSHOT
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
commore::BaseList Member List

This is the complete list of members for commore::BaseList, including all inherited members.

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, FunctionConstructor c, FunctionDestructor d, size_t size)commore::BaseList
BaseList()commore::BaseList
begin()commore::BaseList
begin() const commore::BaseList
cbegin() const commore::BaseList
cend() const commore::BaseList
clear(FunctionDestructor d)commore::BaseList
comparator_(const Byte *v1, const Byte *v2, size_t size)commore::BaseListstatic
compare(const BaseList &l, FunctionComparator cmor) const commore::BaseList
const_iterator classcommore::BaseListfriend
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::BaseList
end() const commore::BaseList
erase(iterator pos, FunctionDestructor d)commore::BaseList
erase(iterator first, iterator last, FunctionDestructor d)commore::BaseList
find(const Byte *value, FunctionComparator cmor) const commore::BaseList
find(FunctionFilter filter) const commore::BaseList
get_at(size_t i)commore::BaseList
get_at(size_t i) const commore::BaseList
init_root()commore::BaseList
insert(iterator pos, size_t size, FunctionConstructor c, const Byte *value=0)commore::BaseList
insert(size_t pos, size_t size, FunctionConstructor c, const Byte *value=0)commore::BaseList
insert(iterator pos, const_iterator first, const_iterator last, size_t size, FunctionConstructor c)commore::BaseList
iterator classcommore::BaseListfriend
merge(BaseList &original, FunctionComparator cmor)commore::BaseList
move_after(iterator pos, iterator i)commore::BaseListstatic
move_before(iterator pos, iterator i)commore::BaseListstatic
push_back(size_t size, FunctionConstructor ctor, const Byte *value=0)commore::BaseList
push_back_once(size_t size, FunctionConstructor ctor, FunctionComparator cmor, const Byte *value)commore::BaseList
remove(const Byte *v, FunctionComparator cmor, FunctionDestructor d)commore::BaseList
remove_at(size_t i, FunctionDestructor d)commore::BaseList
remove_if(FunctionFilter filter, FunctionDestructor d)commore::BaseList
remove_ptr(const Byte *v, FunctionDestructor d)commore::BaseList
reverse()commore::BaseList
size() const commore::BaseListinline
sort(FunctionComparator cmor)commore::BaseList
splice(iterator pos, BaseList &original)commore::BaseList
splice(BaseList &original, FunctionDestructor d)commore::BaseList
splice(iterator pos, BaseList &original, iterator i)commore::BaseList
swap(BaseList &original)commore::BaseList
transfer(iterator pos, iterator first, iterator last)commore::BaseListstatic
unique(FunctionComparator cmor, FunctionDestructor d)commore::BaseList
~BaseList()commore::BaseList