#include <Flu_Tree_Browser.h>
Public Member Functions | |
void | add (Node *n, int position=-1) |
Node * | child (int n) const |
int | erase (Node *n) |
int | erase (const char *n) |
void | erase (int n) |
void | clear () |
int | findNum (const char *n) |
Node * | find (const char *n, int which=1) |
int | size () const |
void | sort () |
Static Public Member Functions | |
bool | move (Node *n1, int where, Node *n2) |
Friends | |
class | Node |