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__CFailureMsgClass.html | 414 +++++++++++++++++++++ 1 file changed, 414 insertions(+) create mode 100644 docs/doxygen/nel/class_NLAISCRIPT__CFailureMsgClass.html (limited to 'docs/doxygen/nel/class_NLAISCRIPT__CFailureMsgClass.html') diff --git a/docs/doxygen/nel/class_NLAISCRIPT__CFailureMsgClass.html b/docs/doxygen/nel/class_NLAISCRIPT__CFailureMsgClass.html new file mode 100644 index 00000000..adc7b7a3 --- /dev/null +++ b/docs/doxygen/nel/class_NLAISCRIPT__CFailureMsgClass.html @@ -0,0 +1,414 @@ + + + + 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::CFailureMsgClass Class Reference

#include <interpret_message_action.h> +

+Inheritance diagram for NLAISCRIPT::CFailureMsgClass

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

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

Public Methods

 CFailureMsgClass (const NLAIAGENT::IVarName &)
 CFailureMsgClass (const NLAIC::CIdentType &)
 CFailureMsgClass ()
virtual ~CFailureMsgClass ()
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 const NLAIC::CIdentTypegetType () const
 getType return a unique string how represente the class, it can be the name of the class. More...

virtual NLAIAGENT::IObjectIAbuildNewInstance () const
 Instanciates an object of the class. More...


Static Public Attributes

const NLAIC::CIdentType IdFailureMsgClass
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NLAISCRIPT::CFailureMsgClass::CFailureMsgClass ( + +const NLAIAGENT::IVarName & s ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 81 of file interpret_message_action.cpp.

+

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

+ +

+Definition at line 88 of file interpret_message_action.cpp.

+

+ + + + +
+ + + + + + +
+NLAISCRIPT::CFailureMsgClass::CFailureMsgClass ( + +) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 95 of file interpret_message_action.cpp.

+

+ + + + +
+ + + + + + +
+NLAISCRIPT::CFailureMsgClass::~CFailureMsgClass ( + +) [inline, virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 60 of file interpret_message_action.h.

+


Member Function Documentation

+

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

+Instanciates an object of the class. +

+ +

+Reimplemented from NLAISCRIPT::CMessageClass. +

+Definition at line 112 of file interpret_message_action.cpp.

+

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

+Definition at line 102 of file interpret_message_action.cpp.

+

+ + + + +
+ + + + + + +
+const NLAIC::CIdentType & NLAISCRIPT::CFailureMsgClass::getType ( + +void ) const [inline, 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 NLAISCRIPT::IClassInterpret. +

+Definition at line 66 of file interpret_message_action.h.

+

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

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

+ +

+Reimplemented from NLAISCRIPT::CMessageClass. +

+Definition at line 107 of file interpret_message_action.cpp.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+const NLAIC::CIdentType NLAISCRIPT::CFailureMsgClass::IdFailureMsgClass [static] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 55 of file interpret_message_action.h.

+


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