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

Class CLoadSelfObject. +More... +

+#include <object_load.h> +

+

Inheritance diagram for NLAISCRIPT::CLoadSelfObject: +

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

Public Methods

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

virtual const NLAIAGENT::IBaseGroupTypegetParam (CCodeContext &context) const
 Get the argument define 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
+

Detailed Description

+Class CLoadSelfObject. +

+This class is a concrete class allow to gets an compoment from the context.Self object. +

+

+Author:
+Chafik sameh , Nevrax France
+Date:
+2000
+

+ +

+Definition at line 71 of file object_load.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLAISCRIPT::CLoadSelfObject::CLoadSelfObject   [inline]
+
+ + + + + +
+   + + +

+ +

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

+Referenced by clone, and newInstance.

+

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

+ +

+Definition at line 82 of file object_load.h.

+


Member Function Documentation

+

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

+References CLoadSelfObject, and x.

+

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

+Get an compoment from the context.Self object. +

+ +

+Implements NLAISCRIPT::ILoadObject. +

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

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

+

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

+Get the argument define in the stack. +

+ +

+Implements NLAISCRIPT::ILoadObject. +

+Definition at line 36 of file objects_load.cpp.

+

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

+

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

+Load the class from a stream. +

+ +

+Implements NLAIC::IBasicInterface. +

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

+References NLMISC::IStream::serialCont.

+

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

+References CLoadSelfObject, and x.

+

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

+Save the class in a stream. +

+ +

+Implements NLAIC::IBasicInterface. +

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

+References NLMISC::IStream::serialCont.

+


Member Data Documentation

+

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

+ +

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

+Referenced by getObject.

+

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

+Initial value:

+

+Definition at line 250 of file opcode_register.cpp.

+


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