# 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  

NLAIAGENT::IntegerType Class Reference

This class store a sint32 integer in an IObjectIA. More...

#include <agent_digital.h>

Inheritance diagram for NLAIAGENT::IntegerType:

NLAIAGENT::IDigital< sint32 > NLAIAGENT::INombre< sint32 > NLAIAGENT::INombreDefine NLAIAGENT::IObjetOp NLAIAGENT::IObjectIA NLAIAGENT::IBasicObjectIA NLAIC::IBasicInterface NLAIC::IBasicType NLAIC::IPointerGestion NLMISC::IStreamable NLMISC::IClassable NLAIAGENT::IPerformative NLAIAGENT::CPAchieve NLAIAGENT::CPAsk NLAIAGENT::CPBreak NLAIAGENT::CPError NLAIAGENT::CPEven NLAIAGENT::CPExec NLAIAGENT::CPKill NLAIAGENT::CPService NLAIAGENT::CPTell List of all members.

Public Methods

 IntegerType (sint32 value)
 IntegerType ()
 IntegerType (const IntegerType &a)
 IntegerType (NLMISC::IStream &is)
virtual IObjetOpneg ()
 throw (NLAIE::CExceptionNotImplemented). More...

virtual 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...

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

virtual const NLAIC::CIdentTypegetType () const
 getType return a unique string how represente the class, it can be the name of the class. More...

virtual void getDebugString (std::string &text) 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...

virtual const CProcessResult & run ()
 Some where Run method define the process of the agen. More...


Static Public Attributes

const NLAIC::CIdentType IdIntegerType

Detailed Description

This class store a sint32 integer in an IObjectIA.

Author:
Chafik sameh , Portier Pierre , Saffray Alain , Nevrax France
Date:
2001

Definition at line 327 of file agent_digital.h.


Constructor & Destructor Documentation

NLAIAGENT::IntegerType::IntegerType sint32    value [inline]
 

Definition at line 334 of file agent_digital.h.

References NLAIAGENT::IDigital< sint32 >::IDigital, and value.

Referenced by IntegerType, and NLAIAGENT::IPerformative::IPerformative.

NLAIAGENT::IntegerType::IntegerType   [inline]
 

Definition at line 338 of file agent_digital.h.

References NLAIAGENT::IDigital< sint32 >::IDigital.

Referenced by clone.

NLAIAGENT::IntegerType::IntegerType const IntegerType &    a [inline]
 

Definition at line 342 of file agent_digital.h.

References NLAIAGENT::IDigital< sint32 >::IDigital, and IntegerType.

NLAIAGENT::IntegerType::IntegerType NLMISC::IStream   is [inline]
 

Definition at line 346 of file agent_digital.h.

References NLAIAGENT::IDigital< sint32 >::IDigital.


Member Function Documentation

virtual const NLAIC::IBasicType* NLAIAGENT::IntegerType::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.

Reimplemented in NLAIAGENT::CPExec.

Definition at line 358 of file agent_digital.h.

References IntegerType.

Referenced by newInstance.

virtual void NLAIAGENT::IntegerType::getDebugString std::string &    text 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 372 of file agent_digital.h.

References NLAIAGENT::INombre< sint32 >::getValue, and NLAIC::stringGetBuild.

const NLAIC::CIdentType & NLAIAGENT::IntegerType::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.

Reimplemented in NLAIAGENT::CPExec.

Definition at line 81 of file digital.cpp.

References IdIntegerType.

virtual IObjetOp& NLAIAGENT::IntegerType::neg   [inline, virtual]
 

throw (NLAIE::CExceptionNotImplemented).

Implements NLAIAGENT::INombre< sint32 >.

Definition at line 350 of file agent_digital.h.

References NLAIAGENT::INombre< sint32 >::_Value, NLAIAGENT::INombre< sint32 >::chekBorn, and NLAIAGENT::IObjetOp::IObjetOp.

virtual const NLAIC::IBasicType* NLAIAGENT::IntegerType::newInstance   const [inline, virtual]
 

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

Implements NLAIC::IBasicType.

Reimplemented in NLAIAGENT::CPExec.

Definition at line 364 of file agent_digital.h.

References clone.

const IObjectIA::CProcessResult & NLAIAGENT::IntegerType::run   [virtual]
 

Some where Run method define the process of the agen.

Implements NLAIAGENT::IObjectIA.

Definition at line 76 of file digital.cpp.


Member Data Documentation

const NLAIC::CIdentType IntegerType::IdIntegerType [static]
 

Referenced by getType.


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