|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::CAddParamNameDebug Class ReferenceBuild a name liste that match the actual function parameters values.
More...
#include <opcode.h>
Inheritance diagram for NLAISCRIPT::CAddParamNameDebug:
List of all members.
Detailed Description
Build a name liste that match the actual function parameters values.
Definition at line 1868 of file opcode.h.
Constructor & Destructor Documentation
NLAISCRIPT::CAddParamNameDebug::~CAddParamNameDebug |
( |
|
) |
[virtual] |
|
Member Function Documentation
void NLAISCRIPT::CAddParamNameDebug::getDebugResult |
( |
std::string & |
str, |
|
|
CCodeContext & |
context |
|
) |
const [virtual] |
|
const NLAIC::CIdentType & NLAISCRIPT::CAddParamNameDebug::getType |
( |
|
) |
const [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 747 of file opcode.cpp.
References IdAddParamNameDebug. |
void NLAISCRIPT::CAddParamNameDebug::load |
( |
NLMISC::IStream & |
is |
) |
[virtual] |
|
const NLAIC::IBasicType * NLAISCRIPT::CAddParamNameDebug::newInstance |
( |
|
) |
const [virtual] |
|
void NLAISCRIPT::CAddParamNameDebug::save |
( |
NLMISC::IStream & |
os |
) |
[virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following files:
|
|