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

+ +NLAISCRIPT::CLibStackMemberMethod +NLAISCRIPT::IOpRunCode +NLAISCRIPT::IOpCode +NLAIAGENT::IObjectIA +NLAIAGENT::IBasicObjectIA +NLAIC::IBasicInterface +NLAIC::IBasicType +NLAIC::IPointerGestion +NLMISC::IStreamable +NLMISC::IClassable + +List of all members. + + + + + + + + + + + + + + + + +

Public Methods

 CLibStackNewMemberMethod (const CLibStackNewMemberMethod &a)
 CLibStackNewMemberMethod (sint32 h, sint32 id, std::list< sint32 > i)
virtual void getDebugResult (std::string &str, CCodeContext &context) const
 gets debug string from the op-code. More...

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 ()

Static Public Attributes

const NLAIC::CIdentType IdLibStackNewMemberMethod
+

Constructor & Destructor Documentation

+

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

+ +

+Definition at line 461 of file opcode_call_lib_method.h. +

+References NLAISCRIPT::CLibStackMemberMethod::CLibStackMemberMethod, and CLibStackNewMemberMethod. +

+Referenced by CLibStackNewMemberMethod, and clone.

+

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

+ +

+Definition at line 466 of file opcode_call_lib_method.h. +

+References NLAISCRIPT::CLibStackMemberMethod::CLibStackMemberMethod, and id.

+

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

+ +

+Definition at line 489 of file opcode_call_lib_method.h.

+


Member Function Documentation

+

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

+Definition at line 474 of file opcode_call_lib_method.h. +

+References CLibStackNewMemberMethod, and x. +

+Referenced by newInstance.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
void NLAISCRIPT::CLibStackNewMemberMethod::getDebugResult std::string &   str,
CCodeContext  context
const [virtual]
+
+ + + + + +
+   + + +

+gets debug string from the op-code. +

+ +

+Reimplemented from NLAISCRIPT::CLibStackMemberMethod. +

+Definition at line 276 of file opcode_call_lib_method.cpp. +

+References NLAISCRIPT::CLibStackMemberMethod::_H, NLAISCRIPT::CLibStackMemberMethod::_I, NLAISCRIPT::CLibStackMemberMethod::_Id, NLAIAGENT::IObjectIA::getMethodeMemberDebugString, NLAIAGENT::IObjectIA::getStaticMember, and NLAIC::stringGetBuild.

+

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

+Definition at line 484 of file opcode_call_lib_method.h.

+

+ + + + +
+ + + + + + + + + +
const NLAIC::IBasicType* NLAISCRIPT::CLibStackNewMemberMethod::newInstance   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 479 of file opcode_call_lib_method.h. +

+References clone.

+

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

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

+ +

+Reimplemented from NLAISCRIPT::CLibStackMemberMethod. +

+Definition at line 288 of file opcode_call_lib_method.cpp. +

+References NLAISCRIPT::CLibStackMemberMethod::_H, NLAISCRIPT::CLibStackMemberMethod::_I, NLAISCRIPT::CLibStackMemberMethod::_Id, NLAIAGENT::IObjectIA::getStaticMember, NLAIC::IPointerGestion::incRef, param, r, NLAIC::IPointerGestion::release, NLAIAGENT::IObjectIA::CProcessResult::Result, NLAIAGENT::IObjectIA::CProcessResult::ResultState, and NLAIAGENT::IObjectIA::runMethodeMember.

+


Member Data Documentation

+

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

+Initial value:

+

+Definition at line 219 of file opcode_register.cpp.

+


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