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_1CLoadStackObject.html | 482 +++++++++++++++++++++ 1 file changed, 482 insertions(+) create mode 100644 docs/doxygen/nel/classNLAISCRIPT_1_1CLoadStackObject.html (limited to 'docs/doxygen/nel/classNLAISCRIPT_1_1CLoadStackObject.html') diff --git a/docs/doxygen/nel/classNLAISCRIPT_1_1CLoadStackObject.html b/docs/doxygen/nel/classNLAISCRIPT_1_1CLoadStackObject.html new file mode 100644 index 00000000..909a0a8d --- /dev/null +++ b/docs/doxygen/nel/classNLAISCRIPT_1_1CLoadStackObject.html @@ -0,0 +1,482 @@ + + + + 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::CLoadStackObject Class Reference

#include <object_load.h> +

+

Inheritance diagram for NLAISCRIPT::CLoadStackObject: +

+ +NLAISCRIPT::ILoadObject +NLAIC::IBasicInterface +NLAIC::IBasicType +NLAIC::IPointerGestion +NLMISC::IStreamable +NLMISC::IClassable + +List of all members. + + + + + + + + + + + + + + + + + + + + + + +

Public Methods

 CLoadStackObject ()
 CLoadStackObject (const std::list< sint32 > &i)
virtual const NLAIAGENT::IObjectIAgetObject (CCodeContext &context) const
 Get an compoment from the stack object. More...

virtual const NLAIAGENT::IBaseGroupTypegetParam (CCodeContext &context) const
 Get the argument define in the stack for an object stored in the stack. 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 IdLoadSelfObject

Private Attributes

std::list< sint32_I
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLAISCRIPT::CLoadStackObject::CLoadStackObject   [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 132 of file object_load.h. +

+Referenced by clone, and newInstance.

+

+ + + + +
+ + + + + + + + + + +
NLAISCRIPT::CLoadStackObject::CLoadStackObject const std::list< sint32 > &   i [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 133 of file object_load.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
virtual const NLAIC::IBasicType* NLAISCRIPT::CLoadStackObject::clone   const [inline, virtual]
+
+ + + + + +
+   + + +

+This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. +

+ +

+Implements NLAIC::IBasicType. +

+Definition at line 149 of file object_load.h. +

+References CLoadStackObject, and x.

+

+ + + + +
+ + + + + + + + + + +
const NLAIAGENT::IObjectIA * NLAISCRIPT::CLoadStackObject::getObject CCodeContext  context const [virtual]
+
+ + + + + +
+   + + +

+Get an compoment from the stack object. +

+ +

+Implements NLAISCRIPT::ILoadObject. +

+Definition at line 63 of file objects_load.cpp. +

+References _I, and NLAIAGENT::IObjectIA::getStaticMember.

+

+ + + + +
+ + + + + + + + + + +
const NLAIAGENT::IBaseGroupType * NLAISCRIPT::CLoadStackObject::getParam CCodeContext  context const [virtual]
+
+ + + + + +
+   + + +

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

+ +

+Implements NLAISCRIPT::ILoadObject. +

+Definition at line 58 of file objects_load.cpp.

+

+ + + + +
+ + + + + + + + + +
virtual const NLAIC::CIdentType& NLAISCRIPT::CLoadStackObject::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). +

+Implements NLAIC::IBasicType. +

+Definition at line 144 of file object_load.h.

+

+ + + + +
+ + + + + + + + + + +
virtual void NLAISCRIPT::CLoadStackObject::load NLMISC::IStream  is [inline, virtual]
+
+ + + + + +
+   + + +

+Load the class from a stream. +

+ +

+Implements NLAIC::IBasicInterface. +

+Definition at line 166 of file object_load.h. +

+References NLMISC::IStream::serialCont.

+

+ + + + +
+ + + + + + + + + +
virtual const NLAIC::IBasicType* NLAISCRIPT::CLoadStackObject::newInstance   const [inline, virtual]
+
+ + + + + +
+   + + +

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

+ +

+Implements NLAIC::IBasicType. +

+Definition at line 155 of file object_load.h. +

+References CLoadStackObject, and x.

+

+ + + + +
+ + + + + + + + + + +
virtual void NLAISCRIPT::CLoadStackObject::save NLMISC::IStream  os [inline, virtual]
+
+ + + + + +
+   + + +

+Save the class in a stream. +

+ +

+Implements NLAIC::IBasicInterface. +

+Definition at line 161 of file object_load.h. +

+References NLMISC::IStream::serialCont.

+


Member Data Documentation

+

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

+ +

+Definition at line 129 of file object_load.h. +

+Referenced by getObject.

+

+ + + + +
+ + +
const NLAIC::CIdentType NLAISCRIPT::CLoadStackObject::IdLoadSelfObject [static] +
+
+ + + + + +
+   + + +

+Initial value:

+

+Definition at line 253 of file opcode_register.cpp.

+


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