|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::CLdbHeapMemberiOpCode Class Reference#include <opcode_ldb.h>
Inheritance diagram for NLAISCRIPT::CLdbHeapMemberiOpCode:
List of all members.
Constructor & Destructor Documentation
NLAISCRIPT::CLdbHeapMemberiOpCode::CLdbHeapMemberiOpCode |
( |
const std::list< sint32 > & |
b, |
|
|
sint32 |
n |
|
) |
[inline] |
|
virtual NLAISCRIPT::CLdbHeapMemberiOpCode::~CLdbHeapMemberiOpCode |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
const NLAIC::IBasicType* NLAISCRIPT::CLdbHeapMemberiOpCode::clone |
( |
|
) |
const [inline, virtual] |
|
void NLAISCRIPT::CLdbHeapMemberiOpCode::getDebugResult |
( |
std::string & |
str, |
|
|
CCodeContext & |
context |
|
) |
const [virtual] |
|
void NLAISCRIPT::CLdbHeapMemberiOpCode::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 219 of file opcode_ldb.h. |
const NLAIC::CIdentType& NLAISCRIPT::CLdbHeapMemberiOpCode::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 214 of file opcode_ldb.h. |
void NLAISCRIPT::CLdbHeapMemberiOpCode::load |
( |
NLMISC::IStream & |
is |
) |
[inline, virtual] |
|
const NLAIC::IBasicType* NLAISCRIPT::CLdbHeapMemberiOpCode::newInstance |
( |
|
) |
const [inline, virtual] |
|
void NLAISCRIPT::CLdbHeapMemberiOpCode::save |
( |
NLMISC::IStream & |
os |
) |
[inline, virtual] |
|
Member Data Documentation
sint32 NLAISCRIPT::CLdbHeapMemberiOpCode::_N [private]
|
|
const NLAIC::CIdentType NLAISCRIPT::CLdbHeapMemberiOpCode::IdLdbHeapMemberiOpCode [static]
|
|
The documentation for this class was generated from the following files:
|
|