Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
This is the complete list of members for Tree, including all inherited members.
add(Tree *child) | Tree | inline |
addAll(const TT &coll) | Tree | inline |
addSibling(Tree *newSibling) | Tree | inline |
appendChild(Tree *child) | Tree | |
children(void) const | Tree | inline |
clear(void) | Tree | inline |
contains(Tree *tree) const | Tree | inline |
count(void) const | Tree | |
hasChild(Tree *tree) const | Tree | inline |
isEmpty(void) const | Tree | inline |
operator bool(void) const | Tree | inline |
prependChild(Tree *child) | Tree | inline |
remove(Tree *child) | Tree | inline |
remove(const Iter &iter) | Tree | inline |
removeAll(const TT &coll) | Tree | inline |
removeChild(Tree *child) | Tree | |
sibling(void) const | Tree | inline |
Tree(void) | Tree | inline |