# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
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:

NLAILOGIC::CValueSet NLAIAGENT::IObjetOp NLAIAGENT::IObjectIA NLAIAGENT::IBasicObjectIA NLAIC::IBasicInterface NLAIC::IBasicType NLAIC::IPointerGestion NLMISC::IStreamable NLMISC::IClassable 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::IBasicTypeclone () const
 This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. More...

const NLAIC::IBasicTypenewInstance () const
 This function allow a new instance, that mean that the class is a class factory. More...

IBaseAssertgetAssert ()
NLAIAGENT::IVarNamegetAssertName ()
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
CValueSetasValueSet ()
virtual NLAIAGENT::tQueue isMember (const NLAIAGENT::IVarName *, const NLAIAGENT::IVarName *, const NLAIAGENT::IObjectIA &) const
Some IObjectIA method definition.
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::CIdentTypegetType () 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  
 

Definition at line 29 of file fact.cpp.

References _Assert, and _AssertName.

Referenced by clone, newInstance, and operator==.

NLAILOGIC::CFact::CFact IBaseAssert  
 

Definition at line 36 of file fact.cpp.

References _Assert, and _AssertName.

NLAILOGIC::CFact::CFact IBaseAssert  ,
bool   
 

Definition at line 48 of file fact.cpp.

References _Assert, _AssertName, NLAILOGIC::CValueSet::_Values, and v.

NLAILOGIC::CFact::CFact IBaseAssert  ,
CValueSet  
 

Definition at line 42 of file fact.cpp.

References _Assert, and _AssertName.

NLAILOGIC::CFact::CFact IBaseAssert  ,
CVarSet  
 

Definition at line 55 of file fact.cpp.

References _Assert, and _AssertName.

NLAILOGIC::CFact::~CFact   [virtual]
 

Definition at line 110 of file fact.cpp.

References _AssertName, and NLAIC::IPointerGestion::release.

NLAILOGIC::CFact::CFact sint32   ,
NLAIAGENT::IVarName  
 

Definition at line 76 of file fact.cpp.

References _Assert, and _AssertName.

NLAILOGIC::CFact::CFact NLAIAGENT::IVarName  
 

Definition at line 70 of file fact.cpp.

References _Assert, _AssertName, and NLAIC::IBasicType::clone.

NLAILOGIC::CFact::CFact NLAIAGENT::IVarName  ,
bool   
 

Definition at line 89 of file fact.cpp.

References _Assert, _AssertName, NLAILOGIC::CValueSet::_Values, NLAIC::IBasicType::clone, and v.

NLAILOGIC::CFact::CFact NLAIAGENT::IVarName  ,
CValueSet  
 

Definition at line 83 of file fact.cpp.

References _Assert, _AssertName, and NLAIC::IBasicType::clone.

NLAILOGIC::CFact::CFact NLAIAGENT::IVarName  ,
CVarSet  
 

Definition at line 96 of file fact.cpp.

References _Assert, _AssertName, and NLAIC::IBasicType::clone.

NLAILOGIC::CFact::CFact const CFact &   
 

Definition at line 269 of file fact.cpp.

References _Assert, _AssertName, and NLAIC::IBasicType::clone.


Member Function Documentation

CValueSet * NLAILOGIC::CFact::asValueSet  
 

Definition at line 177 of file fact.cpp.

References NLAILOGIC::CValueSet::_NbValues, NLAILOGIC::CValueSet::_Values, NLAILOGIC::CValueSet::CValueSet, and NLAIC::IPointerGestion::incRef.

const NLAIC::IBasicType * NLAILOGIC::CFact::clone   const [virtual]
 

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.

IBaseAssert * NLAILOGIC::CFact::getAssert  
 

Definition at line 119 of file fact.cpp.

References _Assert.

NLAIAGENT::IVarName & NLAILOGIC::CFact::getAssertName  
 

Definition at line 124 of file fact.cpp.

References _AssertName.

void NLAILOGIC::CFact::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.

Reimplemented from NLAILOGIC::CValueSet.

Definition at line 129 of file fact.cpp.

References _Assert, NLAILOGIC::CValueSet::_NbValues, NLAILOGIC::CValueSet::_Values, NLAIC::IBasicType::getDebugString, and NLAIC::stringGetBuild.

Referenced by NLAIAGENT::COperatorScript::propagate, and NLAIAGENT::CFactMsg::runMethodeMember.

sint32 NLAILOGIC::CFact::getMethodIndexSize   const [virtual]
 

getMethodIndexSize define the nomber of method define in the class.

Reimplemented from NLAIAGENT::IObjetOp.

Definition at line 257 of file fact.cpp.

const NLAIC::CIdentType & NLAILOGIC::CFact::getType   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.

NLAIAGENT::tQueue NLAILOGIC::CFact::isMember const NLAIAGENT::IVarName  ,
const NLAIAGENT::IVarName  ,
const NLAIAGENT::IObjectIA  
const [virtual]
 

Definition at line 188 of file fact.cpp.

References NLAIC::IBasicType::getDebugString, getType, params, and r.

const NLAIC::IBasicType * NLAILOGIC::CFact::newInstance   const [virtual]
 

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.

bool NLAILOGIC::CFact::operator== const NLAIAGENT::IBasicObjectIA   a const [virtual]
 

Definition at line 154 of file fact.cpp.

References _Assert, NLAILOGIC::CValueSet::_NbValues, NLAILOGIC::CValueSet::_Values, CFact, and NLAILOGIC::CValueSet::CValueSet.

void NLAILOGIC::CFact::propagate   [virtual]
 

Definition at line 148 of file fact.cpp.

References _Assert.

NLAIAGENT::IObjectIA::CProcessResult NLAILOGIC::CFact::runMethodeMember sint32    index,
NLAIAGENT::IObjectIA   p
[virtual]
 

The methode runMethodeMember(sint32 index,IObjectIA *param) allow us to run a own member method.

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 222 of file fact.cpp.

References _AssertName, NLAIAGENT::IBaseGroupType::getFront, NLAIAGENT::CStringType::getStr, index, param, NLAIAGENT::IBaseGroupType::popFront, and NLAIC::IPointerGestion::release.

NLAIAGENT::IObjectIA::CProcessResult NLAILOGIC::CFact::runMethodeMember sint32   ,
sint32   ,
NLAIAGENT::IObjectIA  
[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

IBaseAssert* NLAILOGIC::CFact::_Assert [private]
 

Definition at line 39 of file fact.h.

Referenced by CFact, getAssert, getDebugString, operator==, and propagate.

NLAIAGENT::IVarName* NLAILOGIC::CFact::_AssertName [private]
 

Definition at line 40 of file fact.h.

Referenced by CFact, getAssertName, runMethodeMember, and ~CFact.

const NLAIC::CIdentType CFact::IdFact [static]
 

Initial value:

Definition at line 439 of file static_def_init.cpp.

Referenced by getType.


The documentation for this class was generated from the following files: