|
|
|
|
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
[legend]Collaboration diagram for NLAISCRIPT::CVarPStack:
[legend]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(s):
-
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]
|
|
NLAISCRIPT::CVarPStack::~CVarPStack (
|
) [inline, virtual]
|
|
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. |
|
Gets the type of object stored in the heap.
Definition at line 81 of file varstack.h. |
bool NLAISCRIPT::CVarPStack::isTrue (
|
) const [inline, virtual]
|
|
void NLAISCRIPT::CVarPStack::load (
|
NLMISC::IStream & is ) [inline, virtual]
|
|
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. |
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. |
The documentation for this class was generated from the following files:
|
|