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_1IBornNombre.html | 560 +++++++++++++++++++++ 1 file changed, 560 insertions(+) create mode 100644 docs/doxygen/nel/classNLAIAGENT_1_1IBornNombre.html (limited to 'docs/doxygen/nel/classNLAIAGENT_1_1IBornNombre.html') diff --git a/docs/doxygen/nel/classNLAIAGENT_1_1IBornNombre.html b/docs/doxygen/nel/classNLAIAGENT_1_1IBornNombre.html new file mode 100644 index 00000000..1ed371c0 --- /dev/null +++ b/docs/doxygen/nel/classNLAIAGENT_1_1IBornNombre.html @@ -0,0 +1,560 @@ + + + + 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::IBornNombre Class Template Reference

#include <agent_nombre.h> +

+

Inheritance diagram for NLAIAGENT::IBornNombre: +

+ +NLAIAGENT::IDigital +NLAIAGENT::INombre +NLAIAGENT::INombreDefine +NLAIAGENT::IObjetOp +NLAIAGENT::IObjectIA +NLAIAGENT::IBasicObjectIA +NLAIC::IBasicInterface +NLAIC::IBasicType +NLAIC::IPointerGestion +NLMISC::IStreamable +NLMISC::IClassable + +List of all members. + + + + + + + + + + + + + + + + + +

Public Methods

 IBornNombre (tNombre value, tNombre inf, tNombre sup)
 IBornNombre (const IBornNombre &value)
 IBornNombre (tNombre inf, tNombre sup)
 IBornNombre (NLMISC::IStream &is)
virtual ~IBornNombre ()
virtual void save (NLMISC::IStream &)
 Save the class in a stream. More...

virtual void load (NLMISC::IStream &)
 Load the class from a stream. More...

tNombre getSup () const
tNombre getInf () const

Protected Methods

void chekBorn ()

Private Attributes

tNombre _inf
tNombre _sup
+

template<class tNombre>
+ class NLAIAGENT::IBornNombre< tNombre >

+ +

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+template<class tNombre>
NLAIAGENT::IBornNombre< tNombre >::IBornNombre tNombre   value,
tNombre   inf,
tNombre   sup
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 366 of file agent_nombre.h. +

+Referenced by NLAIAGENT::IBornNombre< float >::IBornNombre.

+

+ + + + +
+ + + + + + + + + + + + + +
+template<class tNombre>
NLAIAGENT::IBornNombre< tNombre >::IBornNombre const IBornNombre< tNombre > &   value [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 369 of file agent_nombre.h.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
+template<class tNombre>
NLAIAGENT::IBornNombre< tNombre >::IBornNombre tNombre   inf,
tNombre   sup
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 372 of file agent_nombre.h.

+

+ + + + +
+ + + + + + + + + + + + + +
+template<class tNombre>
NLAIAGENT::IBornNombre< tNombre >::IBornNombre NLMISC::IStream  is [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 375 of file agent_nombre.h.

+

+ + + + +
+ + + + + + + + + + + + +
+template<class tNombre>
virtual NLAIAGENT::IBornNombre< tNombre >::~IBornNombre   [inline, virtual]
+
+ + + + + +
+   + + +

+ +

+Definition at line 378 of file agent_nombre.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + +
+template<class tNombre>
void NLAIAGENT::IBornNombre< tNombre >::chekBorn   [inline, protected, virtual]
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLAIAGENT::INombre. +

+Definition at line 407 of file agent_nombre.h.

+

+ + + + +
+ + + + + + + + + + + + +
+template<class tNombre>
tNombre NLAIAGENT::IBornNombre< tNombre >::getInf   const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 401 of file agent_nombre.h.

+

+ + + + +
+ + + + + + + + + + + + +
+template<class tNombre>
tNombre NLAIAGENT::IBornNombre< tNombre >::getSup   const [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 397 of file agent_nombre.h.

+

+ + + + +
+ + + + + + + + + + + + + +
+template<class tNombre>
virtual void NLAIAGENT::IBornNombre< tNombre >::load NLMISC::IStream  [inline, virtual]
+
+ + + + + +
+   + + +

+Load the class from a stream. +

+ +

+Reimplemented from NLAIAGENT::INombre. +

+Definition at line 389 of file agent_nombre.h.

+

+ + + + +
+ + + + + + + + + + + + + +
+template<class tNombre>
virtual void NLAIAGENT::IBornNombre< tNombre >::save NLMISC::IStream  [inline, virtual]
+
+ + + + + +
+   + + +

+Save the class in a stream. +

+ +

+Reimplemented from NLAIAGENT::INombre. +

+Definition at line 382 of file agent_nombre.h.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+template<class tNombre>
tNombre NLAIAGENT::IBornNombre::_inf [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 364 of file agent_nombre.h. +

+Referenced by NLAIAGENT::IBornNombre< float >::chekBorn, NLAIAGENT::IBornNombre< float >::getInf, and NLAIAGENT::IBornNombre< float >::IBornNombre.

+

+ + + + +
+ + + + + +
+template<class tNombre>
tNombre NLAIAGENT::IBornNombre::_sup [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 364 of file agent_nombre.h. +

+Referenced by NLAIAGENT::IBornNombre< float >::chekBorn, NLAIAGENT::IBornNombre< float >::getSup, and NLAIAGENT::IBornNombre< float >::IBornNombre.

+


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