|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAIAGENT::CConnectObjectValueMsg Class Reference#include <msg_connect.h>
Inheritance diagram for NLAIAGENT::CConnectObjectValueMsg:
List of all members.
Public Methods |
| CConnectObjectValueMsg (const CConnectObjectValueMsg &) |
| CConnectObjectValueMsg (std::list< IObjectIA * > &, NLAISCRIPT::CMessageClass *) |
| CConnectObjectValueMsg (NLAISCRIPT::CMessageClass *b=NULL) |
| CConnectObjectValueMsg (IBasicAgent *) |
virtual | ~CConnectObjectValueMsg () |
|
virtual 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...
|
virtual const NLAIC::IBasicType * | newInstance () const |
| This function allow a new instance, that mean that the class is a class factory. More...
|
const NLAIC::CIdentType & | getType () 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 | IdConnectObjectValueMsg |
Constructor & Destructor Documentation
NLAIAGENT::CConnectObjectValueMsg::CConnectObjectValueMsg |
( |
const CConnectObjectValueMsg & |
|
) |
|
|
NLAIAGENT::CConnectObjectValueMsg::CConnectObjectValueMsg |
( |
IBasicAgent * |
|
) |
|
|
NLAIAGENT::CConnectObjectValueMsg::~CConnectObjectValueMsg |
( |
|
) |
[virtual] |
|
Member Function Documentation
const NLAIC::IBasicType * NLAIAGENT::CConnectObjectValueMsg::clone |
( |
|
) |
const [virtual] |
|
sint32 NLAIAGENT::CConnectObjectValueMsg::getBaseMethodCount |
( |
|
) |
const [virtual] |
|
void NLAIAGENT::CConnectObjectValueMsg::getDebugString |
( |
std::string & |
t |
) |
const [virtual] |
|
const NLAIC::CIdentType & NLAIAGENT::CConnectObjectValueMsg::getType |
( |
|
) |
const [virtual] |
|
virtual const NLAIC::IBasicType* NLAIAGENT::CConnectObjectValueMsg::newInstance |
( |
|
) |
const [inline, 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 107 of file msg_connect.cpp. |
Member Data Documentation
The documentation for this class was generated from the following files:
|
|