# 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::CSuccessMsg Class Reference

#include <msg_action.h>

Inheritance diagram for NLAIAGENT::CSuccessMsg

Inheritance graph
[legend]
Collaboration diagram for NLAIAGENT::CSuccessMsg:

Collaboration graph
[legend]
List of all members.

Public Methods

 CSuccessMsg (const CSuccessMsg &)
 CSuccessMsg ( std::list<IObjectIA *> &, NLAISCRIPT::CMessageClass *)
 CSuccessMsg (NLAISCRIPT::CMessageClass *b = NULL)
 CSuccessMsg (IBasicAgent *)
virtual ~CSuccessMsg ()
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 (char *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
 The method isMember(nameSubClass,methodName,param) return the best method correspondent to the search. More...

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 IdSuccessMsg

Constructor & Destructor Documentation

NLAIAGENT::CSuccessMsg::CSuccessMsg ( const CSuccessMsg & m )
 

Definition at line 58 of file msg_action.cpp.

NLAIAGENT::CSuccessMsg::CSuccessMsg ( std::list< IObjectIA *>& l,
NLAISCRIPT::CMessageClass * b )
 

Definition at line 36 of file msg_action.cpp.

NLAIAGENT::CSuccessMsg::CSuccessMsg ( NLAISCRIPT::CMessageClass * b = NULL )
 

Definition at line 41 of file msg_action.cpp.

NLAIAGENT::CSuccessMsg::CSuccessMsg ( IBasicAgent * agent )
 

Definition at line 49 of file msg_action.cpp.

NLAIAGENT::CSuccessMsg::~CSuccessMsg ( ) [virtual]
 

Definition at line 62 of file msg_action.cpp.


Member Function Documentation

const NLAIC::IBasicType * NLAIAGENT::CSuccessMsg::clone ( void ) 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 67 of file msg_action.cpp.

sint32 NLAIAGENT::CSuccessMsg::getBaseMethodCount ( ) const [virtual]
 

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

Reimplemented from NLAIAGENT::CMessageScript.

Definition at line 136 of file msg_action.cpp.

void NLAIAGENT::CSuccessMsg::getDebugString ( char * 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 82 of file msg_action.cpp.

const NLAIC::CIdentType & NLAIAGENT::CSuccessMsg::getType ( void ) 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 74 of file msg_action.cpp.

tQueue NLAIAGENT::CSuccessMsg::isMember ( const IVarName * className,
const IVarName * name,
const IObjectIA & param ) const [virtual]
 

The method isMember(nameSubClass,methodName,param) return the best method correspondent to the search.

remember we use the overloadind method.

NameSubClass: if this pointer is not NULL then NameSubClass is the name of the base class were the method are defined.

methodName: is the name of the class.

param: is an IObjectIA where it defined the parametre of the method. lot of method use a IObjectIA vector object with an NLAIC::CIdentType as the the template argm.

Reimplemented from NLAIAGENT::CMessageScript.

Definition at line 91 of file msg_action.cpp.

const NLAIC::IBasicType * NLAIAGENT::CSuccessMsg::newInstance ( void ) 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_action.h.

NLAIAGENT::IObjectIA::CProcessResult NLAIAGENT::CSuccessMsg::runMethodeMember ( sint32 heritance,
sint32 index,
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 110 of file msg_action.cpp.

IObjectIA::CProcessResult NLAIAGENT::CSuccessMsg::runMethodeMember ( sint32 index,
IObjectIA * param ) [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 115 of file msg_action.cpp.


Member Data Documentation

const NLAIC::CIdentType NLAIAGENT::CSuccessMsg::IdSuccessMsg [static]
 

Definition at line 34 of file msg_action.h.


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