From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../doxygen/nel/classNLAIAGENT_1_1IWordNumRef.html | 271 +++++++++++++++++++++ 1 file changed, 271 insertions(+) create mode 100644 docs/doxygen/nel/classNLAIAGENT_1_1IWordNumRef.html (limited to 'docs/doxygen/nel/classNLAIAGENT_1_1IWordNumRef.html') diff --git a/docs/doxygen/nel/classNLAIAGENT_1_1IWordNumRef.html b/docs/doxygen/nel/classNLAIAGENT_1_1IWordNumRef.html new file mode 100644 index 00000000..a66dca0d --- /dev/null +++ b/docs/doxygen/nel/classNLAIAGENT_1_1IWordNumRef.html @@ -0,0 +1,271 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1