|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::CLibHeapMemberMethod Class Reference#include <opcode_call_lib_method.h>
Inheritance diagram for NLAISCRIPT::CLibHeapMemberMethod:
List of all members.
Constructor & Destructor Documentation
NLAISCRIPT::CLibHeapMemberMethod::CLibHeapMemberMethod |
( |
const CLibHeapMemberMethod & |
a |
) |
[inline] |
|
virtual NLAISCRIPT::CLibHeapMemberMethod::~CLibHeapMemberMethod |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
const NLAIC::IBasicType* NLAISCRIPT::CLibHeapMemberMethod::clone |
( |
|
) |
const [inline, virtual] |
|
void NLAISCRIPT::CLibHeapMemberMethod::getDebugResult |
( |
std::string & |
str, |
|
|
CCodeContext & |
context |
|
) |
const [virtual] |
|
const NLAIC::CIdentType& NLAISCRIPT::CLibHeapMemberMethod::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).
Reimplemented from NLAISCRIPT::CLibStackMemberMethod.
Definition at line 523 of file opcode_call_lib_method.h. |
void NLAISCRIPT::CLibHeapMemberMethod::load |
( |
NLMISC::IStream & |
is |
) |
[inline, virtual] |
|
const NLAIC::IBasicType* NLAISCRIPT::CLibHeapMemberMethod::newInstance |
( |
|
) |
const [inline, virtual] |
|
|
Computation of the op-code with a given context.
Reimplemented from NLAISCRIPT::CLibStackMemberMethod.
Definition at line 333 of file opcode_call_lib_method.cpp.
References NLAISCRIPT::CLibStackMemberMethod::_H, NLAISCRIPT::CLibStackMemberMethod::_I, NLAISCRIPT::CLibStackMemberMethod::_Id, _Index, NLAIAGENT::IObjectIA::getStaticMember, NLAIC::IBasicType::getType, NLAIC::IPointerGestion::incRef, r, NLAIC::IPointerGestion::release, NLAIAGENT::IObjectIA::CProcessResult::Result, NLAIAGENT::IObjectIA::CProcessResult::ResultState, NLAIAGENT::IObjectIA::runMethodeMember, and sint. |
void NLAISCRIPT::CLibHeapMemberMethod::save |
( |
NLMISC::IStream & |
os |
) |
[inline, virtual] |
|
Member Data Documentation
sint32 NLAISCRIPT::CLibHeapMemberMethod::_Index [private]
|
|
const NLAIC::CIdentType NLAISCRIPT::CLibHeapMemberMethod::IdLibHeapMemberMethod [static]
|
|
The documentation for this class was generated from the following files:
|
|