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

NLAISCRIPT::CMessageClass Class Reference

#include <interpret_object_message.h> +

+Inheritance diagram for NLAISCRIPT::CMessageClass

Inheritance graph
+ + + + + + + + + + + +
[legend]
Collaboration diagram for NLAISCRIPT::CMessageClass:

Collaboration graph
+ + + + + + + + + +
[legend]
List of all members. + + + + + + + + + + + + + + + + + + +

Public Methods

 CMessageClass (const NLAIAGENT::IVarName &)
 CMessageClass (const NLAIC::CIdentType &)
 CMessageClass (const NLAIAGENT::IVarName &, const NLAIAGENT::IVarName &)
 CMessageClass (const CMessageClass &)
 CMessageClass ()
virtual ~CMessageClass ()
CAgentClass method.
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...

virtual 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 NLAIAGENT::IObjectIAbuildNewInstance () const
 Instanciates an object of the class. More...


Static Public Attributes

const NLAIC::CIdentType IdMessageClass
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NLAISCRIPT::CMessageClass::CMessageClass ( + +const NLAIAGENT::IVarName & n ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 40 of file interpret_object_message.cpp.

+

+ + + + +
+ + + + + + +
+NLAISCRIPT::CMessageClass::CMessageClass ( + +const NLAIC::CIdentType & id ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 46 of file interpret_object_message.cpp.

+

+ + + + +
+ + + + + + + + + + +
+NLAISCRIPT::CMessageClass::CMessageClass ( + +const NLAIAGENT::IVarName & n, +
+const NLAIAGENT::IVarName & inheritance ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 52 of file interpret_object_message.cpp.

+

+ + + + +
+ + + + + + +
+NLAISCRIPT::CMessageClass::CMessageClass ( + +const CMessageClass & c ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 58 of file interpret_object_message.cpp.

+

+ + + + +
+ + + + + + +
+NLAISCRIPT::CMessageClass::CMessageClass ( + +) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 64 of file interpret_object_message.cpp.

+

+ + + + +
+ + + + + + +
+NLAISCRIPT::CMessageClass::~CMessageClass ( + +) [virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 98 of file interpret_object_message.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+NLAIAGENT::IObjectIA * NLAISCRIPT::CMessageClass::buildNewInstance ( + +) const [virtual] +
+
+ + + + + +
+   + + +

+Instanciates an object of the class. +

+ +

+Reimplemented from NLAISCRIPT::CAgentClass. +

+Reimplemented in NLAISCRIPT::CSuccessMsgClass, NLAISCRIPT::CFailureMsgClass, NLAISCRIPT::CMsgNotifyParentClass, NLAISCRIPT::CGoalMsgClass, NLAISCRIPT::CCancelGoalMsgClass, NLAISCRIPT::CFactMsgClass, NLAISCRIPT::CDebugMsgClass, and NLAISCRIPT::COnChangeMsgClass. +

+Definition at line 87 of file interpret_object_message.cpp.

+

+ + + + +
+ + + + + + +
+const NLAIC::IBasicType * NLAISCRIPT::CMessageClass::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 NLAISCRIPT::CAgentClass. +

+Reimplemented in NLAISCRIPT::CSuccessMsgClass, NLAISCRIPT::CFailureMsgClass, NLAISCRIPT::CMsgNotifyParentClass, NLAISCRIPT::CGoalMsgClass, NLAISCRIPT::CCancelGoalMsgClass, NLAISCRIPT::CFactMsgClass, NLAISCRIPT::CDebugMsgClass, and NLAISCRIPT::COnChangeMsgClass. +

+Definition at line 71 of file interpret_object_message.cpp.

+

+ + + + +
+ + + + + + +
+void NLAISCRIPT::CMessageClass::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 NLAISCRIPT::CAgentClass. +

+Definition at line 83 of file interpret_object_message.cpp.

+

+ + + + +
+ + + + + + +
+const NLAIC::IBasicType * NLAISCRIPT::CMessageClass::newInstance ( + +void ) const [virtual] +
+
+ + + + + +
+   + + +

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

+ +

+Reimplemented from NLAISCRIPT::CAgentClass. +

+Reimplemented in NLAISCRIPT::CSuccessMsgClass, NLAISCRIPT::CFailureMsgClass, NLAISCRIPT::CMsgNotifyParentClass, NLAISCRIPT::CGoalMsgClass, NLAISCRIPT::CCancelGoalMsgClass, NLAISCRIPT::CFactMsgClass, NLAISCRIPT::CDebugMsgClass, and NLAISCRIPT::COnChangeMsgClass. +

+Definition at line 77 of file interpret_object_message.cpp.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+const NLAIC::CIdentType NLAISCRIPT::CMessageClass::IdMessageClass [static] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 33 of file interpret_object_message.h.

+


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