|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::CLdbOpCode Class Reference#include <opcode_ldb.h>
Inheritance diagram for NLAISCRIPT::CLdbOpCode:
List of all members.
Constructor & Destructor Documentation
virtual NLAISCRIPT::CLdbOpCode::~CLdbOpCode |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
void NLAISCRIPT::CLdbOpCode::getDebugResult |
( |
std::string & |
, |
|
|
CCodeContext & |
context |
|
) |
const [virtual] |
|
void NLAISCRIPT::CLdbOpCode::getDebugString |
( |
std::string & |
|
) |
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 NLAISCRIPT::IOpRunCode.
Definition at line 60 of file opcode_ldb.h. |
|
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 55 of file opcode_ldb.h. |
void NLAISCRIPT::CLdbOpCode::load |
( |
NLMISC::IStream & |
is |
) |
[inline, virtual] |
|
const NLAIC::IBasicType* NLAISCRIPT::CLdbOpCode::newInstance |
( |
|
) |
const [inline, virtual] |
|
void NLAISCRIPT::CLdbOpCode::save |
( |
NLMISC::IStream & |
os |
) |
[inline, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following files:
|
|