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

#include <agent_nombre.h> +

+

Inheritance diagram for NLAIAGENT::IDigital: +

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

Public Methods

 IDigital (tNombre value)
 IDigital (const IDigital &value)
 IDigital ()
 IDigital (NLMISC::IStream &is)
virtual ~IDigital ()
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...

+

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

+ +

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + + + + +
+template<class tNombre>
NLAIAGENT::IDigital< tNombre >::IDigital tNombre   value [inline]
+
+ + + + + +
+   + + +

+ +

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

+Referenced by NLAIAGENT::IBornNombre< float >::IBornNombre, and NLAIAGENT::IDigital< sint32 >::IDigital.

+

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

+ +

+Definition at line 338 of file agent_nombre.h.

+

+ + + + +
+ + + + + + + + + + + + +
+template<class tNombre>
NLAIAGENT::IDigital< tNombre >::IDigital   [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 342 of file agent_nombre.h.

+

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

+ +

+Definition at line 346 of file agent_nombre.h.

+

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

+ +

+Definition at line 350 of file agent_nombre.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + + + +
+template<class tNombre>
virtual double NLAIAGENT::IDigital< tNombre >::getNumber   const [inline, 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 354 of file agent_nombre.h.

+


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