# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLAISCRIPT::CAddParamNameDebug Class Reference

Build a name liste that match the actual function parameters values. More...

#include <opcode.h>

Inheritance diagram for NLAISCRIPT::CAddParamNameDebug

Inheritance graph
[legend]
Collaboration diagram for NLAISCRIPT::CAddParamNameDebug:

Collaboration graph
[legend]
List of all members.

Public Methods

 CAddParamNameDebug (const NLAIAGENT::IBaseGroupType &debugAttrib)
NLAIAGENT::TProcessStatement runOpCode (CCodeContext &context)
 Computation of the op-code with a given context. More...

virtual ~CAddParamNameDebug ()
void getDebugResult (char *str,CCodeContext &context) const
 gets debug string from the op-code. More...

const NLAIC::IBasicTypeclone () const
 This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. More...

const NLAIC::IBasicTypenewInstance () const
 This function allow a new instance, that mean that the class is a class factory. More...

const NLAIC::CIdentTypegetType () const
 getType return a unique string how represente the class, it can be the name of the class. 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 IdAddParamNameDebug

Private Attributes

NLAIAGENT::IBaseGroupType_DebugAttrib

Detailed Description

Build a name liste that match the actual function parameters values.

Definition at line 2003 of file opcode.h.


Constructor & Destructor Documentation

NLAISCRIPT::CAddParamNameDebug::CAddParamNameDebug ( const NLAIAGENT::IBaseGroupType & debugAttrib )
 

Definition at line 428 of file opcode.cpp.

NLAISCRIPT::CAddParamNameDebug::~CAddParamNameDebug ( ) [virtual]
 

Definition at line 433 of file opcode.cpp.


Member Function Documentation

const NLAIC::IBasicType * NLAISCRIPT::CAddParamNameDebug::clone ( void ) const [virtual]
 

This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne.

Reimplemented from NLAIC::IBasicType.

Definition at line 450 of file opcode.cpp.

void NLAISCRIPT::CAddParamNameDebug::getDebugResult ( char * str,
CCodeContext & context ) const [virtual]
 

gets debug string from the op-code.

Reimplemented from NLAISCRIPT::IOpCode.

Definition at line 445 of file opcode.cpp.

const NLAIC::CIdentType & NLAISCRIPT::CAddParamNameDebug::getType ( void ) const [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 461 of file opcode.cpp.

void NLAISCRIPT::CAddParamNameDebug::load ( NLMISC::IStream & is ) [virtual]
 

Load the class from a stream.

Reimplemented from NLAIC::IBasicInterface.

Definition at line 472 of file opcode.cpp.

const NLAIC::IBasicType * NLAISCRIPT::CAddParamNameDebug::newInstance ( void ) const [virtual]
 

This function allow a new instance, that mean that the class is a class factory.

Reimplemented from NLAIC::IBasicType.

Definition at line 456 of file opcode.cpp.

NLAIAGENT::TProcessStatement NLAISCRIPT::CAddParamNameDebug::runOpCode ( CCodeContext & context ) [virtual]
 

Computation of the op-code with a given context.

Reimplemented from NLAISCRIPT::IOpCode.

Definition at line 438 of file opcode.cpp.

void NLAISCRIPT::CAddParamNameDebug::save ( NLMISC::IStream & os ) [virtual]
 

Save the class in a stream.

Reimplemented from NLAIC::IBasicInterface.

Definition at line 466 of file opcode.cpp.


Member Data Documentation

const NLAIC::CIdentType NLAISCRIPT::CAddParamNameDebug::IdAddParamNameDebug [static]
 

Initializer:

NLAIC::CIdentType("AddParamNameDebug",
                                                                                                                                NLAIC::CSelfClassFactory(CAddParamNameDebug(NLAIAGENT::CGroupType())),
                                                                                                                                NLAIC::CTypeOfObject(NLAIC::CTypeOfObject::tObject),NLAIC::CTypeOfOperator(0))

Definition at line 245 of file opcode_register.cpp.

NLAIAGENT::IBaseGroupType * NLAISCRIPT::CAddParamNameDebug::_DebugAttrib [private]
 

Definition at line 2006 of file opcode.h.


The documentation for this class was generated from the following files: