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_1CharType.html | 507 +++++++++++++++++++++++ 1 file changed, 507 insertions(+) create mode 100644 docs/doxygen/nel/classNLAIAGENT_1_1CharType.html (limited to 'docs/doxygen/nel/classNLAIAGENT_1_1CharType.html') diff --git a/docs/doxygen/nel/classNLAIAGENT_1_1CharType.html b/docs/doxygen/nel/classNLAIAGENT_1_1CharType.html new file mode 100644 index 00000000..9c274f94 --- /dev/null +++ b/docs/doxygen/nel/classNLAIAGENT_1_1CharType.html @@ -0,0 +1,507 @@ + + + + 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::CharType Class Reference

This class store a sint8 char in an IObjectIA. +More... +

+#include <agent_digital.h> +

+

Inheritance diagram for NLAIAGENT::CharType: +

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

Public Methods

 CharType (sint8 value)
 CharType ()
 CharType (const CharType &a)
 CharType (NLMISC::IStream &is)
virtual IObjetOpneg ()
 throw (NLAIE::CExceptionNotImplemented). More...

virtual const NLAIC::IBasicTypeclone () const
 This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. More...

virtual const NLAIC::IBasicTypenewInstance () const
 This function allow a new instance, that mean that the class is a class factory. More...

virtual const NLAIC::CIdentTypegetType () const
 getType return a unique string how represente the class, it can be the name of the class. More...

virtual void getDebugString (std::string &text) const
 This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user. More...

virtual const CProcessResult & run ()
 Some where Run method define the process of the agen. More...


Static Public Attributes

const NLAIC::CIdentType IdCharType
+

Detailed Description

+This class store a sint8 char in an IObjectIA. +

+

+Author:
+Chafik sameh , Portier Pierre , Saffray Alain , Nevrax France
+Date:
+2001
+

+ +

+Definition at line 452 of file agent_digital.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::CharType::CharType sint8   value [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 459 of file agent_digital.h. +

+References NLAIAGENT::IDigital< sint8 >::IDigital, and value. +

+Referenced by CharType.

+

+ + + + +
+ + + + + + + + + +
NLAIAGENT::CharType::CharType   [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 463 of file agent_digital.h. +

+References NLAIAGENT::IDigital< sint8 >::IDigital. +

+Referenced by clone.

+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::CharType::CharType const CharType &   a [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 467 of file agent_digital.h. +

+References CharType, and NLAIAGENT::IDigital< sint8 >::IDigital.

+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::CharType::CharType NLMISC::IStream  is [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 471 of file agent_digital.h. +

+References NLAIAGENT::IDigital< sint8 >::IDigital.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
virtual const NLAIC::IBasicType* NLAIAGENT::CharType::clone   const [inline, virtual]
+
+ + + + + +
+   + + +

+This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. +

+ +

+Implements NLAIC::IBasicType. +

+Definition at line 482 of file agent_digital.h. +

+References CharType. +

+Referenced by newInstance.

+

+ + + + +
+ + + + + + + + + + +
virtual void NLAIAGENT::CharType::getDebugString std::string &   text const [inline, virtual]
+
+ + + + + +
+   + + +

+This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user. +

+ +

+Implements NLAIC::IBasicType. +

+Definition at line 496 of file agent_digital.h. +

+References NLAIAGENT::INombre< sint8 >::getValue, and NLAIC::stringGetBuild.

+

+ + + + +
+ + + + + + + + + +
const NLAIC::CIdentType & NLAIAGENT::CharType::getType   const [virtual]
+
+ + + + + +
+   + + +

+getType return a unique string how represente the class, it can be the name of the class. +

+This function is used for the sytem regstry class (see the definition of the template class Gen::CRegistry). +

+Implements NLAIC::IBasicType. +

+Definition at line 103 of file digital.cpp. +

+References IdCharType.

+

+ + + + +
+ + + + + + + + + +
virtual IObjetOp& NLAIAGENT::CharType::neg   [inline, virtual]
+
+ + + + + +
+   + + +

+throw (NLAIE::CExceptionNotImplemented). +

+ +

+Implements NLAIAGENT::INombre< sint8 >. +

+Definition at line 475 of file agent_digital.h. +

+References NLAIAGENT::INombre< sint8 >::_Value, NLAIAGENT::INombre< sint8 >::chekBorn, and NLAIAGENT::IObjetOp::IObjetOp.

+

+ + + + +
+ + + + + + + + + +
virtual const NLAIC::IBasicType* NLAIAGENT::CharType::newInstance   const [inline, virtual]
+
+ + + + + +
+   + + +

+This function allow a new instance, that mean that the class is a class factory. +

+ +

+Implements NLAIC::IBasicType. +

+Definition at line 488 of file agent_digital.h. +

+References clone.

+

+ + + + +
+ + + + + + + + + +
const IObjectIA::CProcessResult & NLAIAGENT::CharType::run   [virtual]
+
+ + + + + +
+   + + +

+Some where Run method define the process of the agen. +

+ +

+Implements NLAIAGENT::IObjectIA. +

+Definition at line 98 of file digital.cpp.

+


Member Data Documentation

+

+ + + + +
+ + +
const NLAIC::CIdentType CharType::IdCharType [static] +
+
+ + + + + +
+   + + +

+ +

+Referenced by getType.

+


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