|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAILOGIC::IBaseAssert Class Reference#include <ai_assert.h>
Inheritance diagram for NLAILOGIC::IBaseAssert:
List of all members.
Constructor & Destructor Documentation
NLAILOGIC::IBaseAssert::~IBaseAssert |
( |
|
) |
[virtual] |
|
Member Function Documentation
virtual void NLAILOGIC::IBaseAssert::addFact |
( |
CVarSet * |
|
) |
[pure virtual] |
|
virtual void NLAILOGIC::IBaseAssert::addFact |
( |
CValueSet * |
|
) |
[pure virtual] |
|
void NLAILOGIC::IBaseAssert::addInput |
( |
IBaseOperator * |
|
) |
[virtual] |
|
void NLAILOGIC::IBaseAssert::addOutput |
( |
IBaseOperator * |
|
) |
[virtual] |
|
virtual std::list<CFact *>* NLAILOGIC::IBaseAssert::getFacts |
( |
|
) |
const [pure virtual] |
|
const std::vector< IBaseOperator * > & NLAILOGIC::IBaseAssert::getInputs |
( |
|
) |
[virtual] |
|
const std::vector< IBaseOperator * > & NLAILOGIC::IBaseAssert::getOutputs |
( |
|
) |
[virtual] |
|
virtual const NLAIC::CIdentType& NLAILOGIC::IBaseAssert::getType |
( |
|
) |
const [pure 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 NLAIC::IBasicType.
Implemented in NLAILOGIC::CBoolAssert. |
virtual sint32 NLAILOGIC::IBaseAssert::nbVars |
( |
|
) |
const [pure virtual] |
|
virtual bool NLAILOGIC::IBaseAssert::operator== |
( |
IBaseAssert * |
cp |
) |
[inline, virtual] |
|
virtual void NLAILOGIC::IBaseAssert::removeFact |
( |
CFact * |
|
) |
[pure virtual] |
|
Member Data Documentation
std::vector<IBaseOperator *> NLAILOGIC::IBaseAssert::_Inputs [protected]
|
|
std::vector<IBaseOperator *> NLAILOGIC::IBaseAssert::_Outputs [protected]
|
|
The documentation for this class was generated from the following files:
|
|