|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::CCallHeapMethodi Class Reference#include <opcode_call_method.h>
Inheritance diagram for NLAISCRIPT::CCallHeapMethodi:
List of all members.
Constructor & Destructor Documentation
NLAISCRIPT::CCallHeapMethodi::CCallHeapMethodi |
( |
const CCallHeapMethodi & |
c |
) |
[inline] |
|
virtual NLAISCRIPT::CCallHeapMethodi::~CCallHeapMethodi |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
const NLAIC::IBasicType* NLAISCRIPT::CCallHeapMethodi::clone |
( |
|
) |
const [inline, virtual] |
|
void NLAISCRIPT::CCallHeapMethodi::getDebugResult |
( |
std::string & |
str, |
|
|
CCodeContext & |
context |
|
) |
const [virtual] |
|
|
gets debug string from the op-code.
Implements NLAISCRIPT::IOpCode.
Definition at line 313 of file opcode_call_method.cpp.
References _HeapPos, _I, _Inheritance, _N, NLAIAGENT::IObjectIA::getMethodeMemberDebugString, NLAIAGENT::IObjectIA::getStaticMember, NLAIC::IBasicType::getType, NLAIC::stringGetBuild, NLAIC::CTypeOfObject::tAgent, NLAIC::CTypeOfObject::tInterpret, and NLAIC::CTypeOfObject::tMessage. |
const NLAIC::CIdentType& NLAISCRIPT::CCallHeapMethodi::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 185 of file opcode_call_method.h. |
void NLAISCRIPT::CCallHeapMethodi::load |
( |
NLMISC::IStream & |
is |
) |
[inline, virtual] |
|
const NLAIC::IBasicType* NLAISCRIPT::CCallHeapMethodi::newInstance |
( |
|
) |
const [inline, virtual] |
|
void NLAISCRIPT::CCallHeapMethodi::save |
( |
NLMISC::IStream & |
os |
) |
[inline, virtual] |
|
Member Data Documentation
sint32 NLAISCRIPT::CCallHeapMethodi::_HeapPos [private]
|
|
sint32 NLAISCRIPT::CCallHeapMethodi::_I [private]
|
|
sint32 NLAISCRIPT::CCallHeapMethodi::_Inheritance [private]
|
|
The documentation for this class was generated from the following files:
|
|