|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::CIndexStackPointer Class ReferenceClass CIndexStackPointer.
More...
#include <codage.h>
Inheritance diagram for NLAISCRIPT::CIndexStackPointer
[legend]List of all members.
Detailed Description
Class CIndexStackPointer.
Defined a basic fonctionality of an index pointer.
-
Author(s):
-
Chafik sameh , Nevrax France
-
Date:
-
2000
Definition at line 52 of file codage.h.
Constructor & Destructor Documentation
NLAISCRIPT::CIndexStackPointer::CIndexStackPointer (
|
) [inline]
|
|
NLAISCRIPT::CIndexStackPointer::~CIndexStackPointer (
|
) [inline, virtual]
|
|
Member Function Documentation
void NLAISCRIPT::CIndexStackPointer::clear (
|
) [inline]
|
|
|
Reinitializ the stack manager.
Definition at line 118 of file codage.h. |
int NLAISCRIPT::CIndexStackPointer::mark (
|
) [inline, virtual]
|
|
|
Get the last mark.
Definition at line 112 of file codage.h. |
NLAISCRIPT::CIndexStackPointer::operator int (
|
) [inline, virtual]
|
|
|
To get the pointer.
Definition at line 68 of file codage.h. |
void NLAISCRIPT::CIndexStackPointer::operator++ (
|
int ) [inline, virtual]
|
|
|
To inc the pointer.
Definition at line 74 of file codage.h. |
void NLAISCRIPT::CIndexStackPointer::operator+= (
|
int k ) [inline, virtual]
|
|
|
To add by k range.
Definition at line 86 of file codage.h. |
void NLAISCRIPT::CIndexStackPointer::operator-- (
|
int ) [inline, virtual]
|
|
void NLAISCRIPT::CIndexStackPointer::operator-= (
|
int k ) [inline, virtual]
|
|
int NLAISCRIPT::CIndexStackPointer::popMark (
|
) [inline, virtual]
|
|
|
Get the last mark pushed in the list.
Definition at line 104 of file codage.h. |
void NLAISCRIPT::CIndexStackPointer::pushMark (
|
) [inline, virtual]
|
|
|
Add a mark to store the pointer possition in a list.
Definition at line 98 of file codage.h. |
Member Data Documentation
std::list< int > NLAISCRIPT::CIndexStackPointer::_Marque [private]
|
|
|
List of mark for the pop-push mark method.
Definition at line 60 of file codage.h. |
int NLAISCRIPT::CIndexStackPointer::_Sp [protected]
|
|
|
Index of the stack pointer.
Definition at line 56 of file codage.h. |
The documentation for this class was generated from the following file:
|
|