|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::CCodeBrancheRun Class ReferenceClass CCodeBrancheRun.
More...
#include <codage.h>
Inheritance diagram for NLAISCRIPT::CCodeBrancheRun:
List of all members.
Detailed Description
Class CCodeBrancheRun.
Define a table for storage and run op-code.
-
Author:
-
Chafik sameh , Nevrax France
-
Date:
-
2000
Definition at line 504 of file codage.h.
Constructor & Destructor Documentation
NLAISCRIPT::CCodeBrancheRun::CCodeBrancheRun |
( |
const CCodeBrancheRun & |
l |
) |
[inline] |
|
NLAISCRIPT::CCodeBrancheRun::CCodeBrancheRun |
( |
const tListCode & |
l |
) |
[inline] |
|
NLAISCRIPT::CCodeBrancheRun::CCodeBrancheRun |
( |
int |
N, |
|
|
const IOpCode & |
op |
|
) |
|
|
NLAISCRIPT::CCodeBrancheRun::CCodeBrancheRun |
( |
int |
N |
) |
|
|
NLAISCRIPT::CCodeBrancheRun::CCodeBrancheRun |
( |
NLMISC::IStream & |
is |
) |
[inline] |
|
|
the constructor built a class with a stream.
Definition at line 563 of file codage.h. |
virtual NLAISCRIPT::CCodeBrancheRun::~CCodeBrancheRun |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
const NLAIC::IBasicType* NLAISCRIPT::CCodeBrancheRun::clone |
( |
|
) |
const [inline, virtual] |
|
void NLAISCRIPT::CCodeBrancheRun::del |
( |
|
) |
[inline, protected] |
|
void NLAISCRIPT::CCodeBrancheRun::getDebugResult |
( |
std::string & |
str, |
|
|
CCodeContext & |
context |
|
) |
const [virtual] |
|
void NLAISCRIPT::CCodeBrancheRun::getDebugString |
( |
std::string & |
|
) |
const [virtual] |
|
void NLAISCRIPT::CCodeBrancheRun::init |
( |
|
) |
[inline] |
|
void NLAISCRIPT::CCodeBrancheRun::initCode |
( |
const CCodeBrancheRun & |
l |
) |
[inline] |
|
void NLAISCRIPT::CCodeBrancheRun::initCode |
( |
const tListCode & |
l |
) |
[inline] |
|
const NLAIC::IBasicType * NLAISCRIPT::CCodeBrancheRun::newInstance |
( |
|
) |
const [virtual] |
|
IOpCode& NLAISCRIPT::CCodeBrancheRun::nextCode |
( |
|
) |
[inline, virtual] |
|
NLAISCRIPT::CCodeBrancheRun::operator uint32 |
( |
|
) |
[inline] |
|
|
get the ip pointer.
Definition at line 622 of file codage.h. |
void NLAISCRIPT::CCodeBrancheRun::operator+= |
( |
uint32 |
l |
) |
[inline] |
|
void NLAISCRIPT::CCodeBrancheRun::operator= |
( |
uint32 |
l |
) |
[inline] |
|
IOpCode*& NLAISCRIPT::CCodeBrancheRun::operator[] |
( |
int |
i |
) |
[inline] |
|
|
allow us to acces to an element in the internal table of the class.
Definition at line 604 of file codage.h. |
Member Data Documentation
int NLAISCRIPT::CCodeBrancheRun::_Count [protected]
|
|
int NLAISCRIPT::CCodeBrancheRun::_Ip [protected]
|
|
IOpCode** NLAISCRIPT::CCodeBrancheRun::_TableCode [protected]
|
|
NLAIC::IIO * NLAISCRIPT::CCodeBrancheRun::InputOutput = NULL [static]
|
|
The documentation for this class was generated from the following files:
|
|