# 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::UInt64Type Class Reference

This class store a uint64 char in an IObjectIA. More...

#include <agent_digital.h>

Inheritance diagram for NLAIAGENT::UInt64Type:

NLAIAGENT::INombre< uint64 > NLAIAGENT::INombreDefine NLAIAGENT::IObjetOp NLAIAGENT::IObjectIA NLAIAGENT::IBasicObjectIA NLAIC::IBasicInterface NLAIC::IBasicType NLAIC::IPointerGestion NLMISC::IStreamable NLMISC::IClassable List of all members.

Public Methods

 UInt64Type (uint64 value)
 UInt64Type ()
 UInt64Type (const UInt64Type &a)
 UInt64Type (NLMISC::IStream &is)
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...

virtual double getNumber () const
 In general number can be read as a bouble.Be careful, this generalisation don't work with 64Bits numbrer, in this case make a test of object before, or make th good cast if the type is known. More...

virtual IObjetOpneg ()
 throw (NLAIE::CExceptionNotImplemented). More...


Static Public Attributes

const NLAIC::CIdentType IdUInt64Type

Detailed Description

This class store a uint64 char in an IObjectIA.

Author:
Chafik sameh , Portier Pierre
Date:
2001

Definition at line 693 of file agent_digital.h.


Constructor & Destructor Documentation

NLAIAGENT::UInt64Type::UInt64Type uint64    value [inline]
 

Definition at line 700 of file agent_digital.h.

References NLAIAGENT::INombre< uint64 >::INombre, and value.

Referenced by UInt64Type.

NLAIAGENT::UInt64Type::UInt64Type   [inline]
 

Definition at line 704 of file agent_digital.h.

References NLAIAGENT::INombre< uint64 >::INombre.

Referenced by clone.

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

Definition at line 708 of file agent_digital.h.

References NLAIAGENT::INombre< uint64 >::INombre, and UInt64Type.

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

Definition at line 712 of file agent_digital.h.

References NLAIAGENT::INombre< uint64 >::INombre.


Member Function Documentation

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

Definition at line 716 of file agent_digital.h.

References UInt64Type.

Referenced by newInstance.

virtual void NLAIAGENT::UInt64Type::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 730 of file agent_digital.h.

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

double NLAIAGENT::UInt64Type::getNumber   const [virtual]
 

In general number can be read as a bouble.Be careful, this generalisation don't work with 64Bits numbrer, in this case make a test of object before, or make th good cast if the type is known.

Implements NLAIAGENT::INombreDefine.

Definition at line 152 of file digital.cpp.

const NLAIC::CIdentType & NLAIAGENT::UInt64Type::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 147 of file digital.cpp.

References IdUInt64Type.

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

throw (NLAIE::CExceptionNotImplemented).

Implements NLAIAGENT::INombre< uint64 >.

Definition at line 739 of file agent_digital.h.

References NLAIAGENT::INombre< uint64 >::chekBorn, and NLAIAGENT::IObjetOp::IObjetOp.

virtual const NLAIC::IBasicType* NLAIAGENT::UInt64Type::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 722 of file agent_digital.h.

References clone.

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

Some where Run method define the process of the agen.

Implements NLAIAGENT::IObjectIA.

Definition at line 142 of file digital.cpp.


Member Data Documentation

const NLAIC::CIdentType UInt64Type::IdUInt64Type [static]
 

Referenced by getType.


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