|
BcPOC
SF-HRP ASM implementation
|
#include <condition_nodes.hpp>
Public Member Functions | |
| CNodeBase () | |
| virtual | ~CNodeBase () |
| bool | GetValue () |
| virtual void | Reevaluate ()=0 |
| void | SetParent (CNodeBase *) |
Protected Attributes | |
| bool | m_value |
| CNodeBase * | m_parent |
| CNodeBase::CNodeBase | ( | ) |
| CNodeBase::~CNodeBase | ( | ) | [virtual] |
| bool CNodeBase::GetValue | ( | ) |
| virtual void CNodeBase::Reevaluate | ( | ) | [pure virtual] |
Implemented in CCondition, CNodeAnd, CNodeOr, CNodeNot, and CElement.
| void CNodeBase::SetParent | ( | CNodeBase * | parent | ) |
CNodeBase* CNodeBase::m_parent [protected] |
bool CNodeBase::m_value [protected] |
1.7.4