|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAILOGIC::CFact Class Reference#include <fact.h>
Inheritance diagram for NLAILOGIC::CFact:
List of all members.
Public Methods |
| CFact () |
| CFact (IBaseAssert *) |
| CFact (IBaseAssert *, bool) |
| CFact (IBaseAssert *, CValueSet *) |
| CFact (IBaseAssert *, CVarSet *) |
virtual | ~CFact () |
| CFact (sint32, NLAIAGENT::IVarName *) |
| CFact (NLAIAGENT::IVarName &) |
| CFact (NLAIAGENT::IVarName &, bool) |
| CFact (NLAIAGENT::IVarName &, CValueSet *) |
| CFact (NLAIAGENT::IVarName &, CVarSet *) |
| CFact (const CFact &) |
const NLAIC::IBasicType * | clone () const |
| This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. More...
|
const NLAIC::IBasicType * | newInstance () const |
| This function allow a new instance, that mean that the class is a class factory. More...
|
IBaseAssert * | getAssert () |
NLAIAGENT::IVarName & | getAssertName () |
virtual void | getDebugString (std::string &) const |
| 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. More...
|
virtual void | propagate () |
virtual bool | operator== (const NLAIAGENT::IBasicObjectIA &a) const |
CValueSet * | asValueSet () |
virtual NLAIAGENT::tQueue | isMember (const NLAIAGENT::IVarName *, const NLAIAGENT::IVarName *, const NLAIAGENT::IObjectIA &) const |
|
virtual NLAIAGENT::IObjectIA::CProcessResult | runMethodeMember (sint32, sint32, NLAIAGENT::IObjectIA *) |
| The methode runMethodeMember(sint32 heritance, sint32 index, IObjectIA *param) allow us to run a member method. More...
|
virtual NLAIAGENT::IObjectIA::CProcessResult | runMethodeMember (sint32 index, NLAIAGENT::IObjectIA *p) |
| The methode runMethodeMember(sint32 index,IObjectIA *param) allow us to run a own member method. More...
|
sint32 | getMethodIndexSize () const |
| getMethodIndexSize define the nomber of method define in the class. More...
|
virtual const NLAIC::CIdentType & | getType () const |
| getType return a unique string how represente the class, it can be the name of the class. More...
|
Static Public Attributes |
const NLAIC::CIdentType | IdFact |
Private Attributes |
IBaseAssert * | _Assert |
NLAIAGENT::IVarName * | _AssertName |
Constructor & Destructor Documentation
NLAILOGIC::CFact::CFact |
( |
|
) |
|
|
NLAILOGIC::CFact::~CFact |
( |
|
) |
[virtual] |
|
NLAILOGIC::CFact::CFact |
( |
const CFact & |
|
) |
|
|
Member Function Documentation
|
This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne.
Reimplemented from NLAILOGIC::CValueSet.
Definition at line 278 of file fact.cpp.
References CFact. |
void NLAILOGIC::CFact::getDebugString |
( |
std::string & |
|
) |
const [virtual] |
|
sint32 NLAILOGIC::CFact::getMethodIndexSize |
( |
|
) |
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::CValueSet.
Definition at line 262 of file fact.cpp.
References IdFact.
Referenced by isMember. |
|
This function allow a new instance, that mean that the class is a class factory.
Reimplemented from NLAILOGIC::CValueSet.
Definition at line 283 of file fact.cpp.
References CFact. |
void NLAILOGIC::CFact::propagate |
( |
|
) |
[virtual] |
|
|
The methode runMethodeMember(sint32 heritance, sint32 index, IObjectIA *param) allow us to run a member method.
heritance: is the id returned by the methodisClassInheritedFrom(const IVarName &). index: is the method id return by the isMember(const IVarName *,const IVarName *,const IObjectIA &) const method. param: is the parametre for the method.
Reimplemented from NLAIAGENT::IObjectIA.
Definition at line 217 of file fact.cpp. |
Member Data Documentation
The documentation for this class was generated from the following files:
|
|