|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::CCallMethod Class Reference#include <opcode_call_method.h>
Inheritance diagram for NLAISCRIPT::CCallMethod:
List of all members.
Constructor & Destructor Documentation
NLAISCRIPT::CCallMethod::CCallMethod |
( |
const CCallMethod & |
c |
) |
[inline] |
|
virtual NLAISCRIPT::CCallMethod::~CCallMethod |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
void NLAISCRIPT::CCallMethod::getDebugResult |
( |
std::string & |
str, |
|
|
CCodeContext & |
context |
|
) |
const [virtual] |
|
const NLAIC::CIdentType& NLAISCRIPT::CCallMethod::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 122 of file opcode_call_method.h. |
void NLAISCRIPT::CCallMethod::load |
( |
NLMISC::IStream & |
is |
) |
[inline, virtual] |
|
const NLAIC::IBasicType* NLAISCRIPT::CCallMethod::newInstance |
( |
|
) |
const [inline, virtual] |
|
void NLAISCRIPT::CCallMethod::save |
( |
NLMISC::IStream & |
os |
) |
[inline, virtual] |
|
Member Data Documentation
sint32 NLAISCRIPT::CCallMethod::_I [private]
|
|
sint32 NLAISCRIPT::CCallMethod::_Inheritance [private]
|
|
The documentation for this class was generated from the following files:
|
|