|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAILOGIC::CBoolAssert Class Reference#include <bool_assert.h>
Inheritance diagram for NLAILOGIC::CBoolAssert:
List of all members.
Constructor & Destructor Documentation
NLAILOGIC::CBoolAssert::CBoolAssert |
( |
const CBoolAssert & |
|
) |
|
|
NLAILOGIC::CBoolAssert::~CBoolAssert |
( |
|
) |
[virtual] |
|
Member Function Documentation
void NLAILOGIC::CBoolAssert::addFact |
( |
CValueSet * |
|
) |
[virtual] |
|
void NLAILOGIC::CBoolAssert::addFact |
( |
CVarSet * |
|
) |
[virtual] |
|
void NLAILOGIC::CBoolAssert::getDebugString |
( |
std::string & |
|
) |
const [virtual] |
|
|
This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user.
Implements NLAIC::IBasicType.
Definition at line 100 of file bool_assert.cpp. |
std::list< CFact * > * NLAILOGIC::CBoolAssert::getFacts |
( |
|
) |
const [virtual] |
|
|
getType return a unique string how represente the class, it can be the name of the class.
This function is used for the sytem regstry class (see the definition of the template class Gen::CRegistry).
Implements NLAILOGIC::IBaseAssert.
Definition at line 69 of file bool_assert.cpp.
References IdBoolAssert. |
bool NLAILOGIC::CBoolAssert::isTrue |
( |
|
) |
const [virtual] |
|
sint32 NLAILOGIC::CBoolAssert::nbVars |
( |
|
) |
const [virtual] |
|
const IObjectIA::CProcessResult & NLAILOGIC::CBoolAssert::run |
( |
|
) |
[virtual] |
|
Member Data Documentation
bool NLAILOGIC::CBoolAssert::_Value [private]
|
|
The documentation for this class was generated from the following files:
|
|