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__CLoadHeapObject.html | 527 +++++++++++++++++++++ 1 file changed, 527 insertions(+) create mode 100644 docs/doxygen/nel/class_NLAISCRIPT__CLoadHeapObject.html (limited to 'docs/doxygen/nel/class_NLAISCRIPT__CLoadHeapObject.html') diff --git a/docs/doxygen/nel/class_NLAISCRIPT__CLoadHeapObject.html b/docs/doxygen/nel/class_NLAISCRIPT__CLoadHeapObject.html new file mode 100644 index 00000000..8cf00f2f --- /dev/null +++ b/docs/doxygen/nel/class_NLAISCRIPT__CLoadHeapObject.html @@ -0,0 +1,527 @@ + + + + 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::CLoadHeapObject Class Reference

#include <object_load.h> +

+Inheritance diagram for NLAISCRIPT::CLoadHeapObject

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

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

Public Methods

 CLoadHeapObject ()
 CLoadHeapObject (const std::list<sint32> &i,int n)
virtual const NLAIAGENT::IObjectIAgetObject (CCodeContext &context) const
 Get an compoment from the heap object. More...

virtual const NLAIAGENT::IBaseGroupTypegetParam (CCodeContext &context) const
 Get the argument define in the stack for an object stored in the heap. More...

NLAIC::IBasicInterface.
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...

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

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


Static Public Attributes

const NLAIC::CIdentType IdLoadHeapObject

Private Attributes

std::list<sint32_I
sint32 _N
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NLAISCRIPT::CLoadHeapObject::CLoadHeapObject ( + +) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 181 of file object_load.h.

+

+ + + + +
+ + + + + + + + + + +
+NLAISCRIPT::CLoadHeapObject::CLoadHeapObject ( + +const std::list< sint32 >& i, +
+int n ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 182 of file object_load.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+const NLAIC::IBasicType * NLAISCRIPT::CLoadHeapObject::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 198 of file object_load.h.

+

+ + + + +
+ + + + + + +
+const NLAIAGENT::IObjectIA * NLAISCRIPT::CLoadHeapObject::getObject ( + +CCodeContext & context ) const [virtual] +
+
+ + + + + +
+   + + +

+Get an compoment from the heap object. +

+ +

+Reimplemented from NLAISCRIPT::ILoadObject. +

+Definition at line 84 of file objects_load.cpp.

+

+ + + + +
+ + + + + + +
+const NLAIAGENT::IBaseGroupType * NLAISCRIPT::CLoadHeapObject::getParam ( + +CCodeContext & context ) const [virtual] +
+
+ + + + + +
+   + + +

+Get the argument define in the stack for an object stored in the heap. +

+ +

+Reimplemented from NLAISCRIPT::ILoadObject. +

+Definition at line 79 of file objects_load.cpp.

+

+ + + + +
+ + + + + + +
+const NLAIC::CIdentType & NLAISCRIPT::CLoadHeapObject::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 193 of file object_load.h.

+

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

+Load the class from a stream. +

+ +

+Reimplemented from NLAIC::IBasicInterface. +

+Definition at line 217 of file object_load.h.

+

+ + + + +
+ + + + + + +
+const NLAIC::IBasicType * NLAISCRIPT::CLoadHeapObject::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 204 of file object_load.h.

+

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

+Save the class in a stream. +

+ +

+Reimplemented from NLAIC::IBasicInterface. +

+Definition at line 210 of file object_load.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+const NLAIC::CIdentType NLAISCRIPT::CLoadHeapObject::IdLoadHeapObject [static] +
+
+ + + + + +
+   + + +

+Initializer:

NLAIC::CIdentType("LoadHeapObject",
+                                                                                                                                NLAIC::CSelfClassFactory(CLoadHeapObject(l,0)),
+                                                                                                                                NLAIC::CTypeOfObject(NLAIC::CTypeOfObject::tObject),NLAIC::CTypeOfOperator(0))
+

+Definition at line 256 of file opcode_register.cpp.

+

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

+ +

+Definition at line 178 of file object_load.h.

+

+ + + + +
+ + + + + +
+sint32 NLAISCRIPT::CLoadHeapObject::_N [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 179 of file object_load.h.

+


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