|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLLOGIC::CLogicConditionNode Class ReferenceCLogicConditionNode.
More...
#include <logic_condition.h>
List of all members.
Detailed Description
CLogicConditionNode.
-
Author:
-
Stephane Coutelas , Nevrax France
-
Date:
-
2001
Definition at line 187 of file logic_condition.h.
Member Enumeration Documentation
enum NLLOGIC::CLogicConditionNode::TConditionNodeType
|
|
Constructor & Destructor Documentation
NLLOGIC::CLogicConditionNode::CLogicConditionNode |
( |
|
) |
[inline] |
|
NLLOGIC::CLogicConditionNode::~CLogicConditionNode |
( |
|
) |
|
|
Member Function Documentation
void NLLOGIC::CLogicConditionNode::addNode |
( |
CLogicConditionNode * |
node |
) |
|
|
void NLLOGIC::CLogicConditionNode::fillVarSet |
( |
std::set< std::string > & |
condVars |
) |
|
|
|
Fill a set with all the variables name referenced by this condition.
-
Parameters:
-
condVars |
is a set to store the variable names |
|
void NLLOGIC::CLogicConditionNode::read |
( |
xmlNodePtr |
node |
) |
|
|
void NLLOGIC::CLogicConditionNode::setLogicStateMachine |
( |
CLogicStateMachine * |
logicStateMachine |
) |
|
|
bool NLLOGIC::CLogicConditionNode::testLogic |
( |
|
) |
|
|
void NLLOGIC::CLogicConditionNode::write |
( |
xmlNodePtr |
node |
) |
const |
|
Member Data Documentation
std::vector<CLogicConditionNode *> NLLOGIC::CLogicConditionNode::_Nodes
|
|
The documentation for this class was generated from the following files:
|
|