HDK
|
#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 () |