#include <UT_Tree.h>
Public Member Functions | |
| UT_Tree () | |
| virtual | ~UT_Tree () |
| void | addSibling (UT_Tree< T > *new_sibling) |
| void | addChild (UT_Tree< T > *new_child) |
| T * | getFirstChild () |
| T * | getNextSibling () |
| void | setLeft (UT_Tree< T > *new_child) |
| void | setRight (UT_Tree< T > *new_child) |
| T * | getLeft () |
| T * | getRight () |
Definition at line 36 of file UT_Tree.h.
| T* UT_Tree< T >::getFirstChild | ( | ) | [inline] |
| T* UT_Tree< T >::getNextSibling | ( | ) | [inline] |
1.5.9