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