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

This is the class build from the CMsgNotifyParentClass. More...

#include <msg_debug.h>

Inheritance diagram for NLAIAGENT::CMsgDebug

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

Collaboration graph
[legend]
List of all members.

Public Methods

 CMsgDebug (const CMsgDebug &)
 CMsgDebug ( std::list<IObjectIA *> &, NLAISCRIPT::CMessageClass *)
 CMsgDebug (NLAISCRIPT::CMessageClass *b = NULL)
 CMsgDebug (IBasicAgent *)
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...


Static Public Attributes

const NLAIC::CIdentType IdMsgDebug

Detailed Description

This is the class build from the CMsgNotifyParentClass.

This MSG store the parent of the object.

Definition at line 33 of file msg_debug.h.


Constructor & Destructor Documentation

NLAIAGENT::CMsgDebug::CMsgDebug ( const CMsgDebug & m )
 

Definition at line 43 of file msg_debug.cpp.

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

Definition at line 31 of file msg_debug.cpp.

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

Definition at line 34 of file msg_debug.cpp.

NLAIAGENT::CMsgDebug::CMsgDebug ( IBasicAgent * agent )
 

Definition at line 38 of file msg_debug.cpp.


Member Function Documentation

const NLAIC::IBasicType * NLAIAGENT::CMsgDebug::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 47 of file msg_debug.cpp.

void NLAIAGENT::CMsgDebug::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 61 of file msg_debug.cpp.

const NLAIC::CIdentType & NLAIAGENT::CMsgDebug::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 53 of file msg_debug.cpp.

const NLAIC::IBasicType * NLAIAGENT::CMsgDebug::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_debug.h.


Member Data Documentation

const NLAIC::CIdentType NLAIAGENT::CMsgDebug::IdMsgDebug [static]
 

Definition at line 36 of file msg_debug.h.


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