# 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  

NLAIAGENT::CSetValueMsg Class Reference

#include <msg_setvalue.h>

Inheritance diagram for NLAIAGENT::CSetValueMsg:

NLAIAGENT::CMessageScript NLAIAGENT::IMessageBase NLAIAGENT::IListBasicManager NLAIAGENT::IBaseGroupType NLAIAGENT::IObjetOp NLAIAGENT::IObjectIA NLAIAGENT::IBasicObjectIA NLAIC::IBasicInterface NLAIC::IBasicType NLAIC::IPointerGestion NLMISC::IStreamable NLMISC::IClassable List of all members.

Public Methods

 CSetValueMsg (const CSetValueMsg &)
 CSetValueMsg (std::list< IObjectIA * > &, NLAISCRIPT::CMessageClass *)
 CSetValueMsg (NLAISCRIPT::CMessageClass *b=NULL)
 CSetValueMsg (IBasicAgent *)
virtual ~CSetValueMsg ()
NLAIC::IBasicInterface member class.
virtual 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...

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

const NLAIC::CIdentTypegetType () const
 getType return a unique string how represente the class, it can be the name of the class. More...

void getDebugString (std::string &t) 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 tQueue isMember (const NLAIAGENT::IVarName *, const NLAIAGENT::IVarName *, const NLAIAGENT::IObjectIA &) const
virtual IObjectIA::CProcessResult runMethodeMember (sint32, IObjectIA *)
 The methode runMethodeMember(sint32 index,IObjectIA *param) allow us to run a own member method. More...

virtual 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 sint32 getBaseMethodCount () const
 Return the nomber of internal C++ hard coded method that the class can process. More...


Static Public Attributes

const NLAIC::CIdentType IdSetValueMsg

Constructor & Destructor Documentation

NLAIAGENT::CSetValueMsg::CSetValueMsg const CSetValueMsg &   
 

Definition at line 60 of file msg_setvalue.cpp.

Referenced by clone, and newInstance.

NLAIAGENT::CSetValueMsg::CSetValueMsg std::list< IObjectIA * > &   ,
NLAISCRIPT::CMessageClass  
 

Definition at line 35 of file msg_setvalue.cpp.

References NLAISCRIPT::l, and NLAIAGENT::IMessageBase::setGroup.

NLAIAGENT::CSetValueMsg::CSetValueMsg NLAISCRIPT::CMessageClass   b = NULL
 

Definition at line 43 of file msg_setvalue.cpp.

References NLAIAGENT::IMessageBase::setGroup.

NLAIAGENT::CSetValueMsg::CSetValueMsg IBasicAgent  
 

Definition at line 51 of file msg_setvalue.cpp.

References NLAIAGENT::IMessageBase::setGroup.

NLAIAGENT::CSetValueMsg::~CSetValueMsg   [virtual]
 

Definition at line 64 of file msg_setvalue.cpp.


Member Function Documentation

const NLAIC::IBasicType * NLAIAGENT::CSetValueMsg::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 NLAIAGENT::CMessageScript.

Definition at line 69 of file msg_setvalue.cpp.

References CSetValueMsg, and x.

sint32 NLAIAGENT::CSetValueMsg::getBaseMethodCount   const [virtual]
 

Return the nomber of internal C++ hard coded method that the class can process.

Reimplemented from NLAIAGENT::CMessageScript.

Definition at line 146 of file msg_setvalue.cpp.

void NLAIAGENT::CSetValueMsg::getDebugString std::string &    t 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 NLAIAGENT::CMessageScript.

Definition at line 84 of file msg_setvalue.cpp.

References NLAIAGENT::IListBasicManager::get, NLAIC::stringGetBuild, and t.

const NLAIC::CIdentType & NLAIAGENT::CSetValueMsg::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 NLAIAGENT::CMessageScript.

Definition at line 76 of file msg_setvalue.cpp.

References NLAIAGENT::CMessageScript::getCreatorClass, NLAISCRIPT::CMessageClass::getType, and IdSetValueMsg.

tQueue NLAIAGENT::CSetValueMsg::isMember const NLAIAGENT::IVarName  ,
const NLAIAGENT::IVarName  ,
const NLAIAGENT::IObjectIA  
const [virtual]
 

Definition at line 92 of file msg_setvalue.cpp.

References params, r, and NLAIAGENT::tQueue.

virtual const NLAIC::IBasicType* NLAIAGENT::CSetValueMsg::newInstance   const [inline, virtual]
 

This function allow a new instance, that mean that the class is a class factory.

Reimplemented from NLAIAGENT::CMessageScript.

Definition at line 46 of file msg_setvalue.h.

References CSetValueMsg.

NLAIAGENT::IObjectIA::CProcessResult NLAIAGENT::CSetValueMsg::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::CMessageScript.

Definition at line 111 of file msg_setvalue.cpp.

IObjectIA::CProcessResult NLAIAGENT::CSetValueMsg::runMethodeMember sint32   ,
IObjectIA  
[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::CMessageScript.

Definition at line 116 of file msg_setvalue.cpp.

References index.


Member Data Documentation

const NLAIC::CIdentType CSetValueMsg::IdSetValueMsg [static]
 

Referenced by NLAISCRIPT::CSetValueMsgClass::CSetValueMsgClass, getType, and NLAIAGENT::CAgentScript::initAgentScript.


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