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::inhstruct::SortedBinTree Member List

This is the complete list of members for elm::inhstruct::SortedBinTree, including all inherited members.

BinTree(void)elm::inhstruct::BinTreeprotected
clear(void)elm::inhstruct::SortedBinTree
compare(Node *node1, Node *node2)=0elm::inhstruct::SortedBinTreeprotectedpure virtual
contains(Node *node)elm::inhstruct::SortedBinTree
count(void)elm::inhstruct::SortedBinTree
elm::inhstruct::BinTree::count(void) const elm::inhstruct::BinTreeprotected
get(Node *node)elm::inhstruct::SortedBinTree
insert(Node *node)elm::inhstruct::SortedBinTree
isEmpty(void)elm::inhstruct::SortedBinTree
elm::inhstruct::BinTree::isEmpty(void) const elm::inhstruct::BinTreeprotected
remove(Node *node)elm::inhstruct::SortedBinTree
root(void) const elm::inhstruct::BinTreeprotected
search(Visitor *visitor)elm::inhstruct::SortedBinTree
elm::inhstruct::BinTree::search(Visitor *visitor) const elm::inhstruct::BinTreeprotected
setRoot(Node *node)elm::inhstruct::BinTreeprotected
visit(Visitor *visitor)elm::inhstruct::SortedBinTree
elm::inhstruct::BinTree::visit(Visitor *visitor) const elm::inhstruct::BinTreeprotected
visitPostOrder(Visitor *visitor) const elm::inhstruct::BinTreeprotected
visitPreOrder(Visitor *visitor) const elm::inhstruct::BinTreeprotected
~SortedBinTree(void)elm::inhstruct::SortedBinTreevirtual