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

#include <interpret_object_manager.h> +

+

Inheritance diagram for NLAISCRIPT::CManagerClass: +

+ +NLAISCRIPT::CAgentClass +NLAISCRIPT::IAgentMultiClass +NLAISCRIPT::IClassInterpret +NLAIAGENT::IObjectIA +NLAIAGENT::IBasicObjectIA +NLAIC::IBasicInterface +NLAIC::IBasicType +NLAIC::IPointerGestion +NLMISC::IStreamable +NLMISC::IClassable + +List of all members. + + + + + + + + + + + + + + + + + + +

Public Methods

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

const NLAIC::IBasicTypenewInstance () const
 This function allow a new instance, that mean that the class is a class factory. More...

virtual void getDebugString (std::string &) 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 IdManagerClass
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + +
NLAISCRIPT::CManagerClass::CManagerClass const NLAIAGENT::IVarName 
+
+ + + + + +
+   + + +

+ +

+Definition at line 33 of file interpret_object_manager.cpp. +

+References NLAISCRIPT::IAgentMultiClass::getBaseMethodCount, NLAIAGENT::CMainAgentScript::IdMainAgentScript, NLAISCRIPT::IAgentMultiClass::setBaseMethodCount, and NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance.

+

+ + + + +
+ + + + + + + + + + +
NLAISCRIPT::CManagerClass::CManagerClass const NLAIC::CIdentType 
+
+ + + + + +
+   + + +

+ +

+Definition at line 39 of file interpret_object_manager.cpp. +

+References NLAISCRIPT::IAgentMultiClass::getBaseMethodCount, id, NLAIAGENT::CMainAgentScript::IdMainAgentScript, NLAISCRIPT::IAgentMultiClass::setBaseMethodCount, and NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLAISCRIPT::CManagerClass::CManagerClass const NLAIAGENT::IVarName ,
const NLAIAGENT::IVarName 
+
+ + + + + +
+   + + +

+ +

+Definition at line 45 of file interpret_object_manager.cpp. +

+References NLAISCRIPT::IAgentMultiClass::getBaseMethodCount, NLAIAGENT::CMainAgentScript::IdMainAgentScript, NLAISCRIPT::IAgentMultiClass::setBaseMethodCount, and NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance.

+

+ + + + +
+ + + + + + + + + + +
NLAISCRIPT::CManagerClass::CManagerClass const CManagerClass &  
+
+ + + + + +
+   + + +

+ +

+Definition at line 51 of file interpret_object_manager.cpp. +

+References NLAISCRIPT::IAgentMultiClass::getBaseMethodCount, NLAIAGENT::CMainAgentScript::IdMainAgentScript, NLAISCRIPT::IAgentMultiClass::setBaseMethodCount, and NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance.

+

+ + + + +
+ + + + + + + + + +
NLAISCRIPT::CManagerClass::CManagerClass  
+
+ + + + + +
+   + + +

+ +

+Definition at line 57 of file interpret_object_manager.cpp. +

+References NLAISCRIPT::IAgentMultiClass::getBaseMethodCount, NLAIAGENT::CMainAgentScript::IdMainAgentScript, NLAISCRIPT::IAgentMultiClass::setBaseMethodCount, and NLAISCRIPT::IAgentMultiClass::setBaseObjectInstance. +

+Referenced by clone, and newInstance.

+

+ + + + +
+ + + + + + + + + +
NLAISCRIPT::CManagerClass::~CManagerClass   [virtual]
+
+ + + + + +
+   + + +

+ +

+Definition at line 90 of file interpret_object_manager.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
NLAIAGENT::IObjectIA * NLAISCRIPT::CManagerClass::buildNewInstance   const [virtual]
+
+ + + + + +
+   + + +

+Instanciates an object of the class. +

+ +

+Reimplemented from NLAISCRIPT::CAgentClass. +

+Definition at line 82 of file interpret_object_manager.cpp.

+

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

+Definition at line 64 of file interpret_object_manager.cpp. +

+References clone, and CManagerClass. +

+Referenced by clone.

+

+ + + + +
+ + + + + + + + + + +
void NLAISCRIPT::CManagerClass::getDebugString std::string &   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 76 of file interpret_object_manager.cpp. +

+References t.

+

+ + + + +
+ + + + + + + + + +
const NLAIC::IBasicType * NLAISCRIPT::CManagerClass::newInstance   const [virtual]
+
+ + + + + +
+   + + +

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

+ +

+Reimplemented from NLAISCRIPT::CAgentClass. +

+Definition at line 70 of file interpret_object_manager.cpp. +

+References CManagerClass.

+


Member Data Documentation

+

+ + + + +
+ + +
const NLAIC::CIdentType NLAISCRIPT::CManagerClass::IdManagerClass [static] +
+
+ + + + + +
+   + + +

+

+


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