Elm  1.0
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
elm::genstruct::AllocatedTable< bool > Member List

This is the complete list of members for elm::genstruct::AllocatedTable< bool >, including all inherited members.

allocate(int count)elm::genstruct::AllocatedTable< bool >
AllocatedTable(void)elm::genstruct::AllocatedTable< bool >
AllocatedTable(int count)elm::genstruct::AllocatedTable< bool >
AllocatedTable(const Table< bool > &table)elm::genstruct::AllocatedTable< bool >
bvecelm::genstruct::Table< bool >protected
copy(const AllocatedTable< bool > &table)elm::genstruct::AllocatedTable< bool >
elm::genstruct::Table< bool >::copy(const Table< bool > &table)elm::genstruct::Table< bool >
count(void) const elm::genstruct::Table< bool >
delegate_t typedefelm::genstruct::Table< bool >
EMPTYelm::genstruct::Table< bool >static
free(void)elm::genstruct::AllocatedTable< bool >
get(int index) const elm::genstruct::Table< bool >
get(int index)elm::genstruct::Table< bool >
isEmpty(void) const elm::genstruct::Table< bool >
operator bool(void) const elm::genstruct::Table< bool >
operator=(const AllocatedTable< bool > &table)elm::genstruct::AllocatedTable< bool >
elm::genstruct::Table< bool >::operator=(const Table< bool > &table)elm::genstruct::Table< bool >
operator[](int index) const elm::genstruct::Table< bool >
operator[](int index)elm::genstruct::Table< bool >
set(int index, bool value)elm::genstruct::Table< bool >
Table(bool *table, int count)elm::genstruct::Table< bool >
Table(const Table< bool > &table)elm::genstruct::Table< bool >
Table(void)elm::genstruct::Table< bool >protected