BcPOC
SF-HRP ASM implementation
Public Member Functions | Protected Attributes
CNodeBase Class Reference

#include <condition_nodes.hpp>

Inheritance diagram for CNodeBase:
CCondition CElement CNodeAnd CNodeNot CNodeOr

List of all members.

Public Member Functions

 CNodeBase ()
virtual ~CNodeBase ()
bool GetValue ()
virtual void Reevaluate ()=0
void SetParent (CNodeBase *)

Protected Attributes

bool m_value
CNodeBasem_parent

Constructor & Destructor Documentation

CNodeBase::CNodeBase ( )
CNodeBase::~CNodeBase ( ) [virtual]

Member Function Documentation

bool CNodeBase::GetValue ( )
virtual void CNodeBase::Reevaluate ( ) [pure virtual]

Implemented in CCondition, CNodeAnd, CNodeOr, CNodeNot, and CElement.

void CNodeBase::SetParent ( CNodeBase parent)

Member Data Documentation

bool CNodeBase::m_value [protected]

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