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

#include <opcode_call_lib_method.h> +

+Inheritance diagram for NLAISCRIPT::CLibCallMethodi

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

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

Call method in an IObjectIA.

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

void getDebugResult (char *str,CCodeContext &context) const
 gets debug string from the op-code. 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...

void save (NLMISC::IStream &os)
 Save the class in a stream. More...

void load (NLMISC::IStream &is)
 Load the class from a stream. More...

virtual ~CLibCallMethodi ()
const NLAIC::CIdentType IdLibCallMethodi
sint32 _Inheritance
sint32 _Id
std::list<sint32_I
NLAIAGENT::IObjectIA_Lib
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + +
+NLAISCRIPT::CLibCallMethodi::CLibCallMethodi ( + +sint32 inheritance, +
+sint32 id, +
+std::list< sint32 > i, +
+const NLAIAGENT::IObjectIA & lib ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 350 of file opcode_call_lib_method.h.

+

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

+ +

+Definition at line 404 of file opcode_call_lib_method.h.

+


Member Function Documentation

+

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

+Definition at line 362 of file opcode_call_lib_method.h.

+

+ + + + +
+ + + + + + + + + + +
+void NLAISCRIPT::CLibCallMethodi::getDebugResult ( + +char * str, +
+CCodeContext & context ) const [inline, virtual] +
+
+ + + + + +
+   + + +

+gets debug string from the op-code. +

+ +

+Reimplemented from NLAISCRIPT::IOpCode. +

+Definition at line 357 of file opcode_call_lib_method.h.

+

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

+Definition at line 371 of file opcode_call_lib_method.h.

+

+ + + + +
+ + + + + + +
+void NLAISCRIPT::CLibCallMethodi::load ( + +NLMISC::IStream & is ) [inline, virtual] +
+
+ + + + + +
+   + + +

+Load the class from a stream. +

+ +

+Reimplemented from NLAIC::IBasicInterface. +

+Definition at line 388 of file opcode_call_lib_method.h.

+

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

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

+ +

+Reimplemented from NLAIC::IBasicType. +

+Definition at line 367 of file opcode_call_lib_method.h.

+

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

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

+ +

+Reimplemented from NLAISCRIPT::IOpCode. +

+Definition at line 152 of file opcode_call_lib_method.cpp.

+

+ + + + +
+ + + + + + +
+void NLAISCRIPT::CLibCallMethodi::save ( + +NLMISC::IStream & os ) [inline, virtual] +
+
+ + + + + +
+   + + +

+Save the class in a stream. +

+ +

+Reimplemented from NLAIC::IBasicInterface. +

+Definition at line 376 of file opcode_call_lib_method.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+const NLAIC::CIdentType NLAISCRIPT::CLibCallMethodi::IdLibCallMethodi [static] +
+
+ + + + + +
+   + + +

+Initializer:

NLAIC::CIdentType("LibCallMethodi",
+                                                                                                                                NLAIC::CSelfClassFactory(CLibCallMethodi( 0,0,l,CCallPrint())),
+                                                                                                                                NLAIC::CTypeOfObject(NLAIC::CTypeOfObject::tObject),NLAIC::CTypeOfOperator(0))
+

+Definition at line 211 of file opcode_register.cpp.

+

+ + + + +
+ + + + + +
+std::list< sint32 > NLAISCRIPT::CLibCallMethodi::_I [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 347 of file opcode_call_lib_method.h.

+

+ + + + +
+ + + + + +
+sint32 NLAISCRIPT::CLibCallMethodi::_Id [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 346 of file opcode_call_lib_method.h.

+

+ + + + +
+ + + + + +
+sint32 NLAISCRIPT::CLibCallMethodi::_Inheritance [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 345 of file opcode_call_lib_method.h.

+

+ + + + +
+ + + + + +
+NLAIAGENT::IObjectIA * NLAISCRIPT::CLibCallMethodi::_Lib [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 348 of file opcode_call_lib_method.h.

+


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