|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::CLibMemberMethod Class ReferenceCall the method in the IObjectIA define in the self object.
More...
#include <opcode_call_lib_method.h>
Inheritance diagram for NLAISCRIPT::CLibMemberMethod:
List of all members.
Detailed Description
Call the method in the IObjectIA define in the self object.
Definition at line 35 of file opcode_call_lib_method.h.
Constructor & Destructor Documentation
NLAISCRIPT::CLibMemberMethod::CLibMemberMethod |
( |
sint32 |
id |
) |
[inline] |
|
virtual NLAISCRIPT::CLibMemberMethod::~CLibMemberMethod |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
const NLAIC::IBasicType* NLAISCRIPT::CLibMemberMethod::clone |
( |
|
) |
const [inline, virtual] |
|
void NLAISCRIPT::CLibMemberMethod::getDebugResult |
( |
std::string & |
str, |
|
|
CCodeContext & |
context |
|
) |
const [virtual] |
|
const NLAIC::CIdentType& NLAISCRIPT::CLibMemberMethod::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 59 of file opcode_call_lib_method.h. |
void NLAISCRIPT::CLibMemberMethod::load |
( |
NLMISC::IStream & |
is |
) |
[inline, virtual] |
|
const NLAIC::IBasicType* NLAISCRIPT::CLibMemberMethod::newInstance |
( |
|
) |
const [inline, virtual] |
|
void NLAISCRIPT::CLibMemberMethod::save |
( |
NLMISC::IStream & |
os |
) |
[inline, virtual] |
|
Member Data Documentation
sint32 NLAISCRIPT::CLibMemberMethod::_Id [private]
|
|
The documentation for this class was generated from the following files:
|
|