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

Inheritance graph
+ + + + + + + + +
[legend]
Collaboration diagram for NLAIAGENT::IWordNumRef:

Collaboration graph
+ + + + + + + +
[legend]
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(s):
+ Chafik sameh , Nevrax France
+Date:
+ 2000
+

+ +

+Definition at line 441 of file ident.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NLAIAGENT::IWordNumRef::IWordNumRef ( + +) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 444 of file ident.h.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::IWordNumRef::IWordNumRef ( + +IWordNumRef & ) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 448 of file ident.h.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::IWordNumRef::~IWordNumRef ( + +) [inline, virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 455 of file ident.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+virtual const CNumericIndex& NLAIAGENT::IWordNumRef::getNumIdent ( + +) const [pure virtual] +
+
+ + + + + +
+   + + +

+ +

+Reimplemented in NLAIAGENT::CLocWordNumRef.

+

+ + + + +
+ + + + + + +
+virtual NLAIAGENT::IWordNumRef::operator const IRefrence * ( + +) const [pure virtual] +
+
+ + + + + +
+   + + +

+ +

+Reimplemented in NLAIAGENT::CLocWordNumRef.

+


The documentation for this class was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1