# 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:

NLAISCRIPT::IOpRunCode NLAISCRIPT::IOpCode NLAIAGENT::IObjectIA NLAIAGENT::IBasicObjectIA NLAIC::IBasicInterface NLAIC::IBasicType NLAIC::IPointerGestion NLMISC::IStreamable NLMISC::IClassable 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 (std::string &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 1868 of file opcode.h.


Constructor & Destructor Documentation

NLAISCRIPT::CAddParamNameDebug::CAddParamNameDebug const NLAIAGENT::IBaseGroupType   debugAttrib
 

Definition at line 714 of file opcode.cpp.

References _DebugAttrib, and NLAIC::IBasicType::clone.

Referenced by clone.

NLAISCRIPT::CAddParamNameDebug::~CAddParamNameDebug   [virtual]
 

Definition at line 719 of file opcode.cpp.

References _DebugAttrib, and NLAIC::IPointerGestion::release.


Member Function Documentation

const NLAIC::IBasicType * NLAISCRIPT::CAddParamNameDebug::clone   const [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 736 of file opcode.cpp.

References _DebugAttrib, CAddParamNameDebug, and x.

Referenced by newInstance.

void NLAISCRIPT::CAddParamNameDebug::getDebugResult std::string &    str,
CCodeContext   context
const [virtual]
 

gets debug string from the op-code.

Implements NLAISCRIPT::IOpCode.

Definition at line 731 of file opcode.cpp.

const NLAIC::CIdentType & NLAISCRIPT::CAddParamNameDebug::getType   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).

Implements NLAIC::IBasicType.

Definition at line 747 of file opcode.cpp.

References IdAddParamNameDebug.

void NLAISCRIPT::CAddParamNameDebug::load NLMISC::IStream   is [virtual]
 

Load the class from a stream.

Implements NLAIC::IBasicInterface.

Definition at line 758 of file opcode.cpp.

References _DebugAttrib, NLAIC::CIdentTypeAlloc::allocClass, id, NLAIC::IBasicInterface::load, NLAIC::IPointerGestion::release, and NLMISC::IStream::serial.

const NLAIC::IBasicType * NLAISCRIPT::CAddParamNameDebug::newInstance   const [virtual]
 

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

Implements NLAIC::IBasicType.

Definition at line 742 of file opcode.cpp.

References clone.

NLAIAGENT::TProcessStatement NLAISCRIPT::CAddParamNameDebug::runOpCode CCodeContext   context [virtual]
 

Computation of the op-code with a given context.

Implements NLAISCRIPT::IOpCode.

Definition at line 724 of file opcode.cpp.

References _DebugAttrib, and NLAIC::IPointerGestion::incRef.

void NLAISCRIPT::CAddParamNameDebug::save NLMISC::IStream   os [virtual]
 

Save the class in a stream.

Implements NLAIC::IBasicInterface.

Definition at line 752 of file opcode.cpp.

References _DebugAttrib, NLAIC::IBasicType::getType, NLAIC::IBasicInterface::save, and NLMISC::IStream::serial.


Member Data Documentation

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

Definition at line 1871 of file opcode.h.

Referenced by CAddParamNameDebug, clone, load, runOpCode, save, and ~CAddParamNameDebug.

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

Initial value:

Definition at line 245 of file opcode_register.cpp.

Referenced by getType.


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