Tree Class Reference
#include <Tree.h>
List of all members.
Constructor & Destructor Documentation
Tree::~Tree |
( |
void |
|
) |
[inline] |
Tree::Tree |
( |
const Tree & |
i |
) |
|
Member Function Documentation
void Tree::addPath |
( |
string & |
s, |
|
|
int |
n, |
|
|
int |
index | |
|
) |
| | [private] |
cases: 1: a nulled root 2: a node without the specified child 3: a node with the spcified child 4: the last node in the string
void Tree::addPath |
( |
string & |
s |
) |
[inline] |
void Tree::clear |
( |
int |
index |
) |
[private] |
void Tree::copy |
( |
int |
i, |
|
|
int |
j | |
|
) |
| | [private] |
bool Tree::evaluate |
( |
string & |
s, |
|
|
int |
n | |
|
) |
| | [private] |
bool Tree::evaluate |
( |
string & |
s |
) |
[inline] |
int Tree::findCL |
( |
int |
i |
) |
[inline, private] |
int Tree::findPar |
( |
int |
i |
) |
[inline, private] |
const Tree & Tree::operator= |
( |
const Tree & |
t |
) |
|
void Tree::print |
( |
ostream & |
ost, |
|
|
int |
n, |
|
|
int |
level | |
|
) |
| | [private] |
void Tree::printTree |
( |
ostream & |
ost |
) |
[inline] |
void Tree::setH |
( |
int |
h |
) |
[inline] |
void Tree::simplify |
( |
int |
n |
) |
[private] |
void Tree::simplify |
( |
void |
|
) |
[inline] |
Member Data Documentation
The documentation for this class was generated from the following files: