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