|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::CMsgSetSender Class Reference#include <opcode.h>
Inheritance diagram for NLAISCRIPT::CMsgSetSender:
List of all members.
Member Function Documentation
const NLAIC::IBasicType* NLAISCRIPT::CMsgSetSender::clone |
( |
|
) |
const [inline, virtual] |
|
|
This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne.
Implements NLAIC::IBasicType.
Definition at line 1778 of file opcode.h.
Referenced by newInstance. |
void NLAISCRIPT::CMsgSetSender::getDebugResult |
( |
std::string & |
str, |
|
|
CCodeContext & |
context |
|
) |
const [virtual] |
|
void NLAISCRIPT::CMsgSetSender::getDebugString |
( |
char * |
txt |
) |
const [inline] |
|
const NLAIC::CIdentType& NLAISCRIPT::CMsgSetSender::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 1788 of file opcode.h. |
const NLAIC::IBasicType* NLAISCRIPT::CMsgSetSender::newInstance |
( |
|
) |
const [inline, virtual] |
|
|
This function allow a new instance, that mean that the class is a class factory.
Implements NLAIC::IBasicType.
Definition at line 1783 of file opcode.h.
References clone. |
Member Data Documentation
The documentation for this class was generated from the following files:
|
|