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

Class CVarPStack. +More... +

+#include <varstack.h> +

+Inheritance diagram for NLAISCRIPT::CVarPStack

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

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

Public Methods

 CVarPStack (sint32 val)
 CVarPStack (const CVarPStack &v)
const NLAIC::CIdentTypegetVarType (void) const
 Gets the type of object stored in the heap. More...

sint32 getIndex () const
 Gets trhe index value. More...

virtual ~CVarPStack ()
Base class method.
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...

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

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

const NLAIC::CIdentTypegetType (void) const
 getType return a unique string how represente the class, it can be the name of the class. More...

void getDebugString (char *text) const
 This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user. More...

bool isEqual (const NLAIAGENT::IBasicObjectIA &a) const
const NLAIAGENT::IObjectIA::CProcessResultrun ()
 Some where Run method define the process of the agen. More...

virtual NLAIAGENT::IObjetOpneg ()
 throw (NLAIE::CExceptionNotImplemented). More...

NLAIAGENT::IObjetOpoperator+= (const NLAIAGENT::IObjetOp &a)
NLAIAGENT::IObjetOpoperator-= (const NLAIAGENT::IObjetOp &a)
NLAIAGENT::IObjetOpoperator *= (const NLAIAGENT::IObjetOp &a)
NLAIAGENT::IObjetOpoperator/= (const NLAIAGENT::IObjetOp &a)
NLAIAGENT::IObjetOpoperator+ (const NLAIAGENT::IObjetOp &a) const
NLAIAGENT::IObjetOpoperator- (const NLAIAGENT::IObjetOp &a) const
const NLAIAGENT::IObjetOpoperator * (const NLAIAGENT::IObjetOp &a) const
const NLAIAGENT::IObjetOpoperator/ (const NLAIAGENT::IObjetOp &a) const
NLAIAGENT::IObjetOpoperator< (NLAIAGENT::IObjetOp &a) const
 throw (NLAIE::CExceptionNotImplemented). More...

NLAIAGENT::IObjetOpoperator> (NLAIAGENT::IObjetOp &a) const
 throw (NLAIE::CExceptionNotImplemented). More...

NLAIAGENT::IObjetOpoperator<= (NLAIAGENT::IObjetOp &a) const
 throw (NLAIE::CExceptionNotImplemented). More...

NLAIAGENT::IObjetOpoperator>= (NLAIAGENT::IObjetOp &a) const
 throw (NLAIE::CExceptionNotImplemented). More...

NLAIAGENT::IObjetOpoperator! () const
 throw (NLAIE::CExceptionNotImplemented). More...

NLAIAGENT::IObjetOpoperator!= (NLAIAGENT::IObjetOp &a) const
 throw (NLAIE::CExceptionNotImplemented). More...

NLAIAGENT::IObjetOpoperator== (NLAIAGENT::IObjetOp &a) const
 throw (NLAIE::CExceptionNotImplemented). More...

bool isTrue () const
 throw (NLAIE::CExceptionNotImplemented). More...


Static Public Attributes

NLAIC::CIdentType IdVarPStack
NLAIAGENT::IObjectIA** _LocalTableRef = NULL

Private Attributes

sint32 _Val
 Heap pointer index. More...

+

Detailed Description

+Class CVarPStack. +

+This class define an object manipulate by an heap pointer index. In fact local variable is translate in an index value,this index is a pointer heap index. +

+

+Author(s):
+ Chafik sameh , Nevrax France
+Date:
+ 2000
+

+ +

+Definition at line 42 of file varstack.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NLAISCRIPT::CVarPStack::CVarPStack ( + +sint32 val ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 70 of file varstack.h.

+

+ + + + +
+ + + + + + +
+NLAISCRIPT::CVarPStack::CVarPStack ( + +const CVarPStack & v ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 75 of file varstack.h.

+

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

+ +

+Definition at line 232 of file varstack.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+const NLAIC::IBasicType * NLAISCRIPT::CVarPStack::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 94 of file varstack.h.

+

+ + + + +
+ + + + + + +
+void NLAISCRIPT::CVarPStack::getDebugString ( + +char * t ) const [inline, virtual] +
+
+ + + + + +
+   + + +

+This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user. +

+ +

+Reimplemented from NLAIC::IBasicType. +

+Definition at line 123 of file varstack.h.

+

+ + + + +
+ + + + + + +
+sint32 NLAISCRIPT::CVarPStack::getIndex ( + +) const [inline] +
+
+ + + + + +
+   + + +

+Gets trhe index value. +

+ +

+Definition at line 87 of file varstack.h.

+

+ + + + +
+ + + + + + +
+const NLAIC::CIdentType & NLAISCRIPT::CVarPStack::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 118 of file varstack.h.

+

+ + + + +
+ + + + + + +
+const NLAIC::CIdentType & NLAISCRIPT::CVarPStack::getVarType ( + +void ) const [inline] +
+
+ + + + + +
+   + + +

+Gets the type of object stored in the heap. +

+ +

+Definition at line 81 of file varstack.h.

+

+ + + + +
+ + + + + + +
+bool NLAISCRIPT::CVarPStack::isEqual ( + +const NLAIAGENT::IBasicObjectIA & a ) const [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 130 of file varstack.h.

+

+ + + + +
+ + + + + + +
+bool NLAISCRIPT::CVarPStack::isTrue ( + +) const [inline, virtual] +
+
+ + + + + +
+   + + +

+throw (NLAIE::CExceptionNotImplemented). +

+ +

+Reimplemented from NLAIAGENT::IObjetOp. +

+Definition at line 226 of file varstack.h.

+

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

+Load the class from a stream. +

+ +

+Reimplemented from NLAIC::IBasicInterface. +

+Definition at line 111 of file varstack.h.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::IObjetOp & NLAISCRIPT::CVarPStack::neg ( + +) [inline, virtual] +
+
+ + + + + +
+   + + +

+throw (NLAIE::CExceptionNotImplemented). +

+ +

+Reimplemented from NLAIAGENT::IObjetOp. +

+Definition at line 141 of file varstack.h.

+

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

+

+ + + + +
+ + + + + + +
+const NLAIAGENT::IObjetOp * NLAISCRIPT::CVarPStack::operator * ( + +const NLAIAGENT::IObjetOp & a ) const [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 181 of file varstack.h.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::IObjetOp & NLAISCRIPT::CVarPStack::operator *= ( + +const NLAIAGENT::IObjetOp & a ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 159 of file varstack.h.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::IObjetOp * NLAISCRIPT::CVarPStack::operator! ( + +) const [inline, virtual] +
+
+ + + + + +
+   + + +

+throw (NLAIE::CExceptionNotImplemented). +

+ +

+Reimplemented from NLAIAGENT::IObjetOp. +

+Definition at line 211 of file varstack.h.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::IObjetOp * NLAISCRIPT::CVarPStack::operator!= ( + +NLAIAGENT::IObjetOp & a ) const [inline, virtual] +
+
+ + + + + +
+   + + +

+throw (NLAIE::CExceptionNotImplemented). +

+ +

+Reimplemented from NLAIAGENT::IObjetOp. +

+Definition at line 216 of file varstack.h.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::IObjetOp * NLAISCRIPT::CVarPStack::operator+ ( + +const NLAIAGENT::IObjetOp & a ) const [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 170 of file varstack.h.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::IObjetOp & NLAISCRIPT::CVarPStack::operator+= ( + +const NLAIAGENT::IObjetOp & a ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 147 of file varstack.h.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::IObjetOp * NLAISCRIPT::CVarPStack::operator- ( + +const NLAIAGENT::IObjetOp & a ) const [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 176 of file varstack.h.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::IObjetOp & NLAISCRIPT::CVarPStack::operator-= ( + +const NLAIAGENT::IObjetOp & a ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 153 of file varstack.h.

+

+ + + + +
+ + + + + + +
+const NLAIAGENT::IObjetOp * NLAISCRIPT::CVarPStack::operator/ ( + +const NLAIAGENT::IObjetOp & a ) const [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 186 of file varstack.h.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::IObjetOp & NLAISCRIPT::CVarPStack::operator/= ( + +const NLAIAGENT::IObjetOp & a ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 164 of file varstack.h.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::IObjetOp * NLAISCRIPT::CVarPStack::operator< ( + +NLAIAGENT::IObjetOp & a ) const [inline, virtual] +
+
+ + + + + +
+   + + +

+throw (NLAIE::CExceptionNotImplemented). +

+ +

+Reimplemented from NLAIAGENT::IObjetOp. +

+Definition at line 192 of file varstack.h.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::IObjetOp * NLAISCRIPT::CVarPStack::operator<= ( + +NLAIAGENT::IObjetOp & a ) const [inline, virtual] +
+
+ + + + + +
+   + + +

+throw (NLAIE::CExceptionNotImplemented). +

+ +

+Reimplemented from NLAIAGENT::IObjetOp. +

+Definition at line 201 of file varstack.h.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::IObjetOp * NLAISCRIPT::CVarPStack::operator== ( + +NLAIAGENT::IObjetOp & a ) const [inline, virtual] +
+
+ + + + + +
+   + + +

+throw (NLAIE::CExceptionNotImplemented). +

+ +

+Reimplemented from NLAIAGENT::IObjetOp. +

+Definition at line 221 of file varstack.h.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::IObjetOp * NLAISCRIPT::CVarPStack::operator> ( + +NLAIAGENT::IObjetOp & a ) const [inline, virtual] +
+
+ + + + + +
+   + + +

+throw (NLAIE::CExceptionNotImplemented). +

+ +

+Reimplemented from NLAIAGENT::IObjetOp. +

+Definition at line 196 of file varstack.h.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::IObjetOp * NLAISCRIPT::CVarPStack::operator>= ( + +NLAIAGENT::IObjetOp & a ) const [inline, virtual] +
+
+ + + + + +
+   + + +

+throw (NLAIE::CExceptionNotImplemented). +

+ +

+Reimplemented from NLAIAGENT::IObjetOp. +

+Definition at line 206 of file varstack.h.

+

+ + + + +
+ + + + + + +
+const NLAIAGENT::IObjectIA::CProcessResult & NLAISCRIPT::CVarPStack::run ( + +void ) [inline, virtual] +
+
+ + + + + +
+   + + +

+Some where Run method define the process of the agen. +

+ +

+Reimplemented from NLAIAGENT::IObjectIA. +

+Definition at line 136 of file varstack.h.

+

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

+Save the class in a stream. +

+ +

+Reimplemented from NLAIC::IBasicInterface. +

+Definition at line 105 of file varstack.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+NLAIC::CIdentType NLAISCRIPT::CVarPStack::IdVarPStack [static] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 46 of file varstack.h.

+

+ + + + +
+ + + + + +
+NLAIAGENT::IObjectIA ** NLAISCRIPT::CVarPStack::_LocalTableRef = NULL [static] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 488 of file static_def_init.cpp.

+

+ + + + +
+ + + + + +
+sint32 NLAISCRIPT::CVarPStack::_Val [private] +
+
+ + + + + +
+   + + +

+Heap pointer index. +

+ +

+Definition at line 49 of file varstack.h.

+


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