Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
Tree Member List

This is the complete list of members for Tree, including all inherited members.

add(Tree *child)Treeinline
addAll(const TT &coll)Treeinline
addSibling(Tree *newSibling)Treeinline
appendChild(Tree *child)Tree
children(void) constTreeinline
clear(void)Treeinline
contains(Tree *tree) constTreeinline
count(void) constTree
hasChild(Tree *tree) constTreeinline
isEmpty(void) constTreeinline
operator bool(void) constTreeinline
prependChild(Tree *child)Treeinline
remove(Tree *child)Treeinline
remove(const Iter &iter)Treeinline
removeAll(const TT &coll)Treeinline
removeChild(Tree *child)Tree
sibling(void) constTreeinline
Tree(void)Treeinline