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

#include <opcode_call_lib_method.h> +

+Inheritance diagram for NLAISCRIPT::CLibStackNewMemberMethod

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

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

Call method in an IObjectIA.

 CLibStackNewMemberMethod (const CLibStackNewMemberMethod &a)
 CLibStackNewMemberMethod (sint32 h,sint32 id,std::list<sint32> i)
NLAIAGENT::TProcessStatement runOpCode (CCodeContext &context)
 Computation of the op-code with a given context. More...

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

const NLAIC::CIdentTypegetType () const
 getType return a unique string how represente the class, it can be the name of the class. More...

virtual ~CLibStackNewMemberMethod ()
const NLAIC::CIdentType IdLibStackNewMemberMethod
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NLAISCRIPT::CLibStackNewMemberMethod::CLibStackNewMemberMethod ( + +const CLibStackNewMemberMethod & a ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 482 of file opcode_call_lib_method.h.

+

+ + + + +
+ + + + + + + + + + + + + + +
+NLAISCRIPT::CLibStackNewMemberMethod::CLibStackNewMemberMethod ( + +sint32 h, +
+sint32 id, +
+std::list< sint32 > i ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 487 of file opcode_call_lib_method.h.

+

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

+ +

+Definition at line 509 of file opcode_call_lib_method.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+const NLAIC::IBasicType * NLAISCRIPT::CLibStackNewMemberMethod::clone ( + +void ) 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 NLAISCRIPT::CLibStackMemberMethod. +

+Definition at line 494 of file opcode_call_lib_method.h.

+

+ + + + +
+ + + + + + +
+const NLAIC::CIdentType & NLAISCRIPT::CLibStackNewMemberMethod::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::CLibStackMemberMethod. +

+Definition at line 504 of file opcode_call_lib_method.h.

+

+ + + + +
+ + + + + + +
+const NLAIC::IBasicType * NLAISCRIPT::CLibStackNewMemberMethod::newInstance ( + +void ) const [inline, virtual] +
+
+ + + + + +
+   + + +

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

+ +

+Reimplemented from NLAISCRIPT::CLibStackMemberMethod. +

+Definition at line 499 of file opcode_call_lib_method.h.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::TProcessStatement NLAISCRIPT::CLibStackNewMemberMethod::runOpCode ( + +CCodeContext & context ) [virtual] +
+
+ + + + + +
+   + + +

+Computation of the op-code with a given context. +

+ +

+Reimplemented from NLAISCRIPT::CLibStackMemberMethod. +

+Definition at line 218 of file opcode_call_lib_method.cpp.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+const NLAIC::CIdentType NLAISCRIPT::CLibStackNewMemberMethod::IdLibStackNewMemberMethod [static] +
+
+ + + + + +
+   + + +

+Initializer:

NLAIC::CIdentType("LibStackNewMemberMethod",
+                                                                                                                                NLAIC::CSelfClassFactory(CLibStackNewMemberMethod( 0,0,l)),
+                                                                                                                                NLAIC::CTypeOfObject(NLAIC::CTypeOfObject::tObject),NLAIC::CTypeOfOperator(0))
+

+Definition at line 219 of file opcode_register.cpp.

+


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