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

This class is the ident use in the Agent implementation. More...

#include <ident.h>

Inheritance diagram for NLAIAGENT::IWordNumRef:

NLAIC::IBasicInterface NLAIC::IBasicType NLAIC::IPointerGestion NLMISC::IStreamable NLMISC::IClassable NLAIAGENT::CLocWordNumRef List of all members.

Public Methods

 IWordNumRef ()
 IWordNumRef (IWordNumRef &)
virtual operator const IRefrence * () const=0
virtual const CNumericIndexgetNumIdent () const=0
virtual ~IWordNumRef ()

Detailed Description

This class is the ident use in the Agent implementation.

Not that an agent have IRefrence class as our base class and this class encapsulat an This class is the ident use in the Agent implementation. Not that an agent have IRefrence class as our base class and this class encapsulat an IWordNumRef as an ident reference. So an agent have a pointer to an unique id same as IWordNumRef and the IWordNumRef class have a pointer to its own agent.

This implementation allow us to share the creation of agent in an map whos is contane all agent created. This technic make simple the save, load or serial procedure, because we have a method to save the pointer reference between agent.

Author:
Chafik sameh , Nevrax France
Date:
2000

Definition at line 447 of file ident.h.


Constructor & Destructor Documentation

NLAIAGENT::IWordNumRef::IWordNumRef   [inline]
 

Definition at line 450 of file ident.h.

Referenced by IWordNumRef.

NLAIAGENT::IWordNumRef::IWordNumRef IWordNumRef &    [inline]
 

Definition at line 454 of file ident.h.

References IWordNumRef.

virtual NLAIAGENT::IWordNumRef::~IWordNumRef   [inline, virtual]
 

Definition at line 461 of file ident.h.


Member Function Documentation

virtual const CNumericIndex& NLAIAGENT::IWordNumRef::getNumIdent   const [pure virtual]
 

Implemented in NLAIAGENT::CLocWordNumRef.

virtual NLAIAGENT::IWordNumRef::operator const IRefrence *   const [pure virtual]
 

Implemented in NLAIAGENT::CLocWordNumRef.


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