Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
Classes | |
class | AbstractTree |
class | GenTree |
class | Map |
class | Queue |
class | Set |
class | Tree |
Functions | |
static int | abs (int x) |
static void | dump (Tree::Node *node, int tab=0) |
|
inlinestatic |
|
static |
Replace a child from a parent, depending the child to remove.
parent | Parent to remove a child from. |
old | Old child to replace. |
_new | New child for replacement. |
References Tree::Node::_left(), Tree::Node::_right(), elm::cout, and elm::io::endl.