|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::CTellOpCode Class Reference#include <opcode.h>
Inheritance diagram for NLAISCRIPT::CTellOpCode:
List of all members.
Constructor & Destructor Documentation
NLAISCRIPT::CTellOpCode::CTellOpCode |
( |
|
) |
[inline] |
|
virtual NLAISCRIPT::CTellOpCode::~CTellOpCode |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
void NLAISCRIPT::CTellOpCode::getDebugResult |
( |
std::string & |
str, |
|
|
CCodeContext & |
context |
|
) |
const [inline, virtual] |
|
void NLAISCRIPT::CTellOpCode::getDebugString |
( |
std::string & |
str |
) |
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 1596 of file opcode.h. |
const NLAIC::CIdentType& NLAISCRIPT::CTellOpCode::getType |
( |
|
) |
const [inline, 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 1591 of file opcode.h. |
void NLAISCRIPT::CTellOpCode::load |
( |
NLMISC::IStream & |
is |
) |
[inline, virtual] |
|
const NLAIC::IBasicType* NLAISCRIPT::CTellOpCode::newInstance |
( |
|
) |
const [inline, virtual] |
|
|
This function allow a new instance, that mean that the class is a class factory.
Implements NLAIC::IBasicType.
Definition at line 1586 of file opcode.h.
References clone. |
void NLAISCRIPT::CTellOpCode::save |
( |
NLMISC::IStream & |
os |
) |
[inline, virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following files:
|
|