|
PIPS-NLP
|
#include <StochInputTree.h>
Classes | |
| class | StochInputNode |
Public Member Functions | |
| StochInputTree (const StochInputNode &root) | |
| StochInputTree (StochInputNode *root) | |
| virtual | ~StochInputTree () |
| void | AddChild (const StochInputNode &node) |
| void | AddChild (StochInputTree *subTree) |
Public Attributes | |
| std::vector< StochInputTree * > | children |
Protected Member Functions | |
| StochInputTree () | |
Protected Attributes | |
| StochInputNode * | nodeInput |
Friends | |
| class | sTreeCallbacks |
| class | StochTree |
| StochInputTree::StochInputTree | ( | const StochInputNode & | root | ) |
| StochInputTree::StochInputTree | ( | StochInputNode * | root | ) |
|
virtual |
|
protected |
| void StochInputTree::AddChild | ( | const StochInputNode & | node | ) |
| void StochInputTree::AddChild | ( | StochInputTree * | subTree | ) |
|
friend |
|
friend |
| std::vector<StochInputTree*> StochInputTree::children |
|
protected |
1.8.11