From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/classNLAIAGENT_1_1CMsgDebug.html | 431 ++++++++++++++++++++++ 1 file changed, 431 insertions(+) create mode 100644 docs/doxygen/nel/classNLAIAGENT_1_1CMsgDebug.html (limited to 'docs/doxygen/nel/classNLAIAGENT_1_1CMsgDebug.html') diff --git a/docs/doxygen/nel/classNLAIAGENT_1_1CMsgDebug.html b/docs/doxygen/nel/classNLAIAGENT_1_1CMsgDebug.html new file mode 100644 index 00000000..76ae2fc6 --- /dev/null +++ b/docs/doxygen/nel/classNLAIAGENT_1_1CMsgDebug.html @@ -0,0 +1,431 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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: +

+ +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

 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 (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...


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 &  
+
+ + + + + +
+   + + +

+ +

+Definition at line 43 of file msg_debug.cpp. +

+Referenced by clone, and newInstance.

+

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

+ +

+Definition at line 31 of file msg_debug.cpp. +

+References NLAISCRIPT::l.

+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::CMsgDebug::CMsgDebug NLAISCRIPT::CMessageClass  b = NULL
+
+ + + + + +
+   + + +

+ +

+Definition at line 34 of file msg_debug.cpp.

+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::CMsgDebug::CMsgDebug IBasicAgent 
+
+ + + + + +
+   + + +

+ +

+Definition at line 38 of file msg_debug.cpp.

+


Member Function Documentation

+

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

+References CMsgDebug.

+

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

+References t.

+

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

+References NLAIAGENT::CMessageScript::getCreatorClass, NLAISCRIPT::CMessageClass::getType, and IdMsgDebug.

+

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

+References CMsgDebug.

+


Member Data Documentation

+

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

+ +

+Referenced by getType.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1