|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::CFindRunMsg Class Reference#include <opcode.h>
Inheritance diagram for NLAISCRIPT::CFindRunMsg:
List of all members.
Public Methods |
| CFindRunMsg (NLAIAGENT::IBaseGroupType *methodName, CParam *param, IOpType *baseClass, ILoadObject *objectLoad) |
| CFindRunMsg (const NLAIAGENT::IBaseGroupType &methodName, const CParam ¶m, const IOpType &baseClass, const ILoadObject &objectLoad) |
virtual | ~CFindRunMsg () |
NLAIAGENT::TProcessStatement | runOpCode (CCodeContext &context) |
| Computation of the op-code with a given context. More...
|
void | getDebugResult (std::string &str, CCodeContext &context) const |
| gets debug string from the op-code. More...
|
const NLAIC::IBasicType * | clone () const |
| This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. More...
|
const NLAIC::IBasicType * | newInstance () const |
| This function allow a new instance, that mean that the class is a class factory. More...
|
const NLAIC::CIdentType & | getType () const |
| getType return a unique string how represente the class, it can be the name of the class. More...
|
void | getDebugString (char *txt) const |
void | save (NLMISC::IStream &os) |
| Save the class in a stream. More...
|
void | load (NLMISC::IStream &is) |
| Load the class from a stream. More...
|
const NLAIAGENT::IObjectIA::CProcessResult & | run () |
| Some where Run method define the process of the agen. More...
|
bool | isEqual (const NLAIAGENT::IBasicObjectIA &a) const |
Static Public Attributes |
const NLAIC::CIdentType | IdFindRunMsg |
Private Attributes |
CParam * | _Param |
NLAIAGENT::IBaseGroupType * | _MethodName |
IOpType * | _BaseClass |
ILoadObject * | _ObjectLoad |
Constructor & Destructor Documentation
NLAISCRIPT::CFindRunMsg::~CFindRunMsg |
( |
|
) |
[virtual] |
|
Member Function Documentation
void NLAISCRIPT::CFindRunMsg::getDebugResult |
( |
std::string & |
str, |
|
|
CCodeContext & |
context |
|
) |
const [virtual] |
|
void NLAISCRIPT::CFindRunMsg::getDebugString |
( |
char * |
txt |
) |
const [inline] |
|
const NLAIC::CIdentType& NLAISCRIPT::CFindRunMsg::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 1842 of file opcode.h. |
const NLAIC::IBasicType* NLAISCRIPT::CFindRunMsg::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 1837 of file opcode.h.
References clone. |
Member Data Documentation
IOpType* NLAISCRIPT::CFindRunMsg::_BaseClass [private]
|
|
ILoadObject* NLAISCRIPT::CFindRunMsg::_ObjectLoad [private]
|
|
CParam* NLAISCRIPT::CFindRunMsg::_Param [private]
|
|
The documentation for this class was generated from the following files:
|
|