|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::CCallPrint Class ReferenceClass CCallPrint.
More...
#include <libcode.h>
Inheritance diagram for NLAISCRIPT::CCallPrint:
List of all members.
Public Methods |
| CCallPrint () |
NLAIAGENT::IObjectIA::CProcessResult | format (const NLAIAGENT::IBaseGroupType *g) |
| Returns the const NLAIAGENT::IBaseGroupType * as an formated string. More...
|
NLAIAGENT::IObjectIA::CProcessResult | printList (const NLAIAGENT::IBaseGroupType *g) |
| Print the contents of the NLAIAGENT::IBaseGroupType. More...
|
virtual | ~CCallPrint () |
|
virtual sint32 | isClassInheritedFrom (const NLAIAGENT::IVarName &) const |
virtual NLAIAGENT::tQueue | isMember (const NLAIAGENT::IVarName *className, const NLAIAGENT::IVarName *mathodName, const NLAIAGENT::IObjectIA &) const |
virtual NLAIAGENT::IObjectIA::CProcessResult | runMethodeMember (sint32 heritance, sint32 index, NLAIAGENT::IObjectIA *) |
| The methode runMethodeMember(sint32 heritance, sint32 index, IObjectIA *param) allow us to run a member method. More...
|
virtual NLAIAGENT::IObjectIA::CProcessResult | runMethodeMember (sint32 index, NLAIAGENT::IObjectIA *) |
| The methode runMethodeMember(sint32 index,IObjectIA *param) allow us to run a own member method. More...
|
const NLAIAGENT::IObjectIA::CProcessResult & | run () |
| Some where Run method define the process of the agen. More...
|
bool | isEqual (const NLAIAGENT::IBasicObjectIA &a) const |
|
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...
|
virtual void | getDebugString (std::string &t) const |
| This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user. More...
|
void | save (NLMISC::IStream &os) |
| Save the class in a stream. More...
|
void | load (NLMISC::IStream &is) |
| Load the class from a stream. More...
|
Static Public Attributes |
const NLAIC::CIdentType | IdCallPrint |
NLAIC::IIO * | inputOutput = NULL |
Detailed Description
Class CCallPrint.
This class allows to print and formated string. In the script its define the print('string',objects, ...); expression
-
Author:
-
Chafik sameh , Nevrax France
-
Date:
-
2000
Definition at line 40 of file libcode.h.
Constructor & Destructor Documentation
NLAISCRIPT::CCallPrint::CCallPrint |
( |
|
) |
[inline] |
|
virtual NLAISCRIPT::CCallPrint::~CCallPrint |
( |
|
) |
[inline, virtual] |
|
Member Function Documentation
virtual void NLAISCRIPT::CCallPrint::getDebugString |
( |
std::string & |
t |
) |
const [inline, virtual] |
|
|
This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user.
Implements NLAIC::IBasicType.
Definition at line 92 of file libcode.h.
References t. |
|
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 87 of file libcode.h. |
void NLAISCRIPT::CCallPrint::load |
( |
NLMISC::IStream & |
is |
) |
[inline, virtual] |
|
const NLAIC::IBasicType* NLAISCRIPT::CCallPrint::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 82 of file libcode.h.
References clone. |
void NLAISCRIPT::CCallPrint::save |
( |
NLMISC::IStream & |
os |
) |
[inline, virtual] |
|
Member Data Documentation
NLAIC::IIO * NLAISCRIPT::CCallPrint::inputOutput = NULL [static]
|
|
The documentation for this class was generated from the following files:
|
|