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

#include <performative.h> +

+

Inheritance diagram for NLAIAGENT::CPAsk: +

+ +NLAIAGENT::IPerformative +NLAIAGENT::IntegerType +NLAIAGENT::IDigital< sint32 > +NLAIAGENT::INombre< sint32 > +NLAIAGENT::INombreDefine +NLAIAGENT::IObjetOp +NLAIAGENT::IObjectIA +NLAIAGENT::IBasicObjectIA +NLAIC::IBasicInterface +NLAIC::IBasicType +NLAIC::IPointerGestion +NLMISC::IStreamable +NLMISC::IClassable + +List of all members. + + + + + + + + + + + + +

Public Methods

 CPAsk ()
virtual const char * getName () const
Base class member method.
virtual const NLAIC::CIdentTypegetType () const
 getType return a unique string how represente the class, it can be the name of the class. More...

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


Static Public Attributes

const NLAIC::CIdentType IdPAsk
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLAIAGENT::CPAsk::CPAsk   [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 131 of file performative.h. +

+References NLAIAGENT::IPerformative::IPerformative. +

+Referenced by clone.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
virtual const NLAIC::IBasicType* NLAIAGENT::CPAsk::clone   const [inline, virtual]
+
+ + + + + +
+   + + +

+This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. +

+ +

+Reimplemented from NLAIAGENT::IntegerType. +

+Definition at line 142 of file performative.h. +

+References CPAsk. +

+Referenced by newInstance.

+

+ + + + +
+ + + + + + + + + +
virtual const char* NLAIAGENT::CPAsk::getName   const [inline, virtual]
+
+ + + + + +
+   + + +

+ +

+Implements NLAIAGENT::IPerformative. +

+Definition at line 154 of file performative.h.

+

+ + + + +
+ + + + + + + + + +
virtual const NLAIC::CIdentType& NLAIAGENT::CPAsk::getType   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 NLAIAGENT::IntegerType. +

+Definition at line 137 of file performative.h.

+

+ + + + +
+ + + + + + + + + +
virtual const NLAIC::IBasicType* NLAIAGENT::CPAsk::newInstance   const [inline, virtual]
+
+ + + + + +
+   + + +

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

+ +

+Reimplemented from NLAIAGENT::IntegerType. +

+Definition at line 148 of file performative.h. +

+References clone.

+


Member Data Documentation

+

+ + + + +
+ + +
const NLAIC::CIdentType CPAsk::IdPAsk [static] +
+
+ + + + + +
+   + + +

+Initial value:

+

+Definition at line 549 of file static_def_init.cpp. +

+Referenced by NLAISCRIPT::CCompilateur::registerMethod.

+


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