|
|
|
|
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 ReferenceClass CVarPStack.
More...
#include <varstack.h>
Inheritance diagram for NLAISCRIPT::CVarPStack:
List of all members.
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:
-
Chafik sameh , Nevrax France
-
Date:
-
2000
Definition at line 42 of file varstack.h.
Constructor & Destructor Documentation
NLAISCRIPT::CVarPStack::CVarPStack |
( |
sint32 |
val |
) |
[inline] |
|
NLAISCRIPT::CVarPStack::CVarPStack |
( |
const CVarPStack & |
v |
) |
[inline] |
|
virtual NLAISCRIPT::CVarPStack::~CVarPStack |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
void NLAISCRIPT::CVarPStack::getDebugString |
( |
std::string & |
text |
) |
const [inline, virtual] |
|
sint32 NLAISCRIPT::CVarPStack::getIndex |
( |
|
) |
const [inline] |
|
|
Gets trhe index value.
Definition at line 87 of file varstack.h.
References _Val. |
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).
Implements NLAIC::IBasicType.
Definition at line 118 of file varstack.h. |
|
Gets the type of object stored in the heap.
Definition at line 81 of file varstack.h.
References _Val. |
bool NLAISCRIPT::CVarPStack::isTrue |
( |
|
) |
const [inline, virtual] |
|
void NLAISCRIPT::CVarPStack::load |
( |
NLMISC::IStream & |
is |
) |
[inline, virtual] |
|
const NLAIC::IBasicType* NLAISCRIPT::CVarPStack::newInstance |
( |
|
) |
const [inline, virtual] |
|
void NLAISCRIPT::CVarPStack::save |
( |
NLMISC::IStream & |
os |
) |
[inline, virtual] |
|
Member Data Documentation
sint32 NLAISCRIPT::CVarPStack::_Val [private]
|
|
|
Heap pointer index.
Definition at line 49 of file varstack.h.
Referenced by CVarPStack, getDebugString, getIndex, getVarType, isEqual, isTrue, load, neg, operator *, operator *=, operator!, operator!=, operator+, operator+=, operator-, operator-=, operator/, operator/=, operator<, operator<=, operator==, operator>, operator>=, and save. |
The documentation for this class was generated from the following files:
|
|