|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAILOGIC::CFactPattern Class Reference#include <varset.h>
Inheritance diagram for NLAILOGIC::CFactPattern:
List of all members.
Constructor & Destructor Documentation
NLAILOGIC::CFactPattern::CFactPattern |
( |
const CFactPattern & |
|
) |
|
|
NLAILOGIC::CFactPattern::CFactPattern |
( |
const CVarSet & |
|
) |
|
|
NLAILOGIC::CFactPattern::CFactPattern |
( |
IBaseAssert * |
assert = NULL |
) |
|
|
Member Function Documentation
void NLAILOGIC::CFactPattern::getDebugString |
( |
std::string & |
text |
) |
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).
Reimplemented from NLAILOGIC::CVarSet.
Definition at line 380 of file varset.cpp.
References IdFactPattern. |
|
This function allow a new instance, that mean that the class is a class factory.
Reimplemented from NLAILOGIC::CVarSet.
Definition at line 391 of file varset.cpp.
References clone. |
void NLAILOGIC::CFactPattern::propagate |
( |
|
) |
[virtual] |
|
void NLAILOGIC::CFactPattern::setAssert |
( |
IBaseAssert * |
|
) |
|
|
CVarSet * NLAILOGIC::CFactPattern::unify |
( |
CFactPattern * |
|
) |
[virtual] |
|
Member Data Documentation
IBaseAssert* NLAILOGIC::CFactPattern::_Assert [private]
|
|
The documentation for this class was generated from the following files:
|
|