Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
FragTable< T, E, A > Member List

This is the complete list of members for FragTable< T, E, A >, including all inherited members.

add(const T &value)FragTable< T, E, A >inline
addAll(const C< T > &items)FragTable< T, E, A >inline
alloc(int count)FragTable< T, E, A >inline
elm::DefaultAllocatorDelegate::alloc() constDefaultAllocatorDelegateinline
allocate(t::size size) constDefaultAllocatorDelegateinline
begin() constFragTable< T, E, A >inline
begin()FragTable< T, E, A >inline
clear(void)FragTable< T, E, A >inline
contains(const T &v) constFragTable< T, E, A >inline
containsAll(const C &c) constFragTable< T, E, A >inline
count(void) constFragTable< T, E, A >inline
defEquiv< T >static
end() constFragTable< T, E, A >inline
end()FragTable< T, E, A >inline
equals(const self_t &t) constFragTable< T, E, A >inline
elm::Equiv::equals(const T &v1, const T &v2)Equiv< T >inlinestatic
FragTable(int size_pow=8)FragTable< T, E, A >inline
FragTable(const FragTable &t)FragTable< T, E, A >inline
free(t::ptr p) constDefaultAllocatorDelegateinline
get(int index) constFragTable< T, E, A >inline
get(int index)FragTable< T, E, A >inline
indexOf(const T &value, int start=0) constFragTable< T, E, A >inline
insert(int index, const T &item)FragTable< T, E, A >inline
insert(const Iter &iter, const T &item)FragTable< T, E, A >inline
isEmpty() constFragTable< T, E, A >inline
isEqual(const T &v1, const T &v2) constEquiv< T >inline
items(void) constFragTable< T, E, A >inline
lastIndexOf(const T &value, int start=-1) constFragTable< T, E, A >inline
length(void) constFragTable< T, E, A >inline
operator bool(void) constFragTable< T, E, A >inline
operator Iter(void) constFragTable< T, E, A >inline
operator!=(const self_t &t) constFragTable< T, E, A >inline
operator*(void) constFragTable< T, E, A >inline
operator+=(const T &v)FragTable< T, E, A >inline
operator-=(const T &v)FragTable< T, E, A >inline
operator==(const self_t &t) constFragTable< T, E, A >inline
operator[](int index) constFragTable< T, E, A >inline
operator[](int index)FragTable< T, E, A >inline
pageFull() constFragTable< T, E, A >inline
pagePower() constFragTable< T, E, A >inline
pageSize() constFragTable< T, E, A >inline
remove(const T &item)FragTable< T, E, A >inline
remove(const Iter &iter)FragTable< T, E, A >inline
removeAll(const C< T > &items)FragTable< T, E, A >inline
removeAt(int index)FragTable< T, E, A >inline
removeAt(const Iter &iter)FragTable< T, E, A >inline
self_t typedefFragTable< T, E, A >
set(int index, const T &value)FragTable< T, E, A >inline
set(const Iter &iter, const T &item)FragTable< T, E, A >inline
shrink(int length)FragTable< T, E, A >inline
t typedefFragTable< T, E, A >
~FragTable(void)FragTable< T, E, A >inline