PIPS-NLP
Classes | Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | Friends | List of all members
StochInputTree Class Reference

#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

StochInputNodenodeInput
 

Friends

class sTreeCallbacks
 
class StochTree
 

Constructor & Destructor Documentation

StochInputTree::StochInputTree ( const StochInputNode root)
StochInputTree::StochInputTree ( StochInputNode root)
StochInputTree::~StochInputTree ( )
virtual
StochInputTree::StochInputTree ( )
protected

Member Function Documentation

void StochInputTree::AddChild ( const StochInputNode node)
void StochInputTree::AddChild ( StochInputTree subTree)

Friends And Related Function Documentation

friend class StochTree
friend
friend class sTreeCallbacks
friend

Member Data Documentation

std::vector<StochInputTree*> StochInputTree::children
StochInputNode* StochInputTree::nodeInput
protected

The documentation for this class was generated from the following files: