|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::CAffOpCodeDebug Class ReferenceSame as AddOpCode, but help to keep a trace of the varname for debug.
More...
#include <opcode.h>
Inheritance diagram for NLAISCRIPT::CAffOpCodeDebug:
List of all members.
Detailed Description
Same as AddOpCode, but help to keep a trace of the varname for debug.
Definition at line 1016 of file opcode.h.
Constructor & Destructor Documentation
NLAISCRIPT::CAffOpCodeDebug::CAffOpCodeDebug |
( |
int |
i, |
|
|
const char * |
varName |
|
) |
|
|
NLAISCRIPT::CAffOpCodeDebug::~CAffOpCodeDebug |
( |
|
) |
[virtual] |
|
Member Function Documentation
void NLAISCRIPT::CAffOpCodeDebug::getDebugResult |
( |
std::string & |
str, |
|
|
CCodeContext & |
context |
|
) |
const [virtual] |
|
void NLAISCRIPT::CAffOpCodeDebug::getDebugString |
( |
char * |
|
) |
const |
|
|
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 487 of file opcode.cpp.
References IdAffOpCodeDebug. |
const NLAIC::IBasicType * NLAISCRIPT::CAffOpCodeDebug::newInstance |
( |
|
) |
const [virtual] |
|
Member Data Documentation
int NLAISCRIPT::CAffOpCodeDebug::_I [private]
|
|
char* NLAISCRIPT::CAffOpCodeDebug::_VarName [private]
|
|
The documentation for this class was generated from the following files:
|
|