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/classNLAIC_1_1IBasicInterface.html | 327 +++++++++++++++++++++ 1 file changed, 327 insertions(+) create mode 100644 docs/doxygen/nel/classNLAIC_1_1IBasicInterface.html (limited to 'docs/doxygen/nel/classNLAIC_1_1IBasicInterface.html') diff --git a/docs/doxygen/nel/classNLAIC_1_1IBasicInterface.html b/docs/doxygen/nel/classNLAIC_1_1IBasicInterface.html new file mode 100644 index 00000000..8766d1db --- /dev/null +++ b/docs/doxygen/nel/classNLAIC_1_1IBasicInterface.html @@ -0,0 +1,327 @@ + + + + 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  
+

NLAIC::IBasicInterface Class Reference

IBasicInterface is an abstract class need to give sens of objects manipulation, we separate it from the IBasicType because the we need a basic class for object and class factory and methods define in this class can't be use in the class factory. +More... +

+#include <abstract_interface.h> +

+

Inheritance diagram for NLAIC::IBasicInterface: +

+ +NLAIC::IBasicType +NLAIC::IPointerGestion +NLMISC::IStreamable +NLMISC::IClassable +NLAIAGENT::IBasicMessageGroup +NLAIAGENT::IBasicMsgContainer +NLAIAGENT::IBasicObjectIA +NLAIAGENT::IVarName +NLAIAGENT::IWordNumRef +NLAIC::CBinaryType +NLAIC::IIO +NLAISCRIPT::IBlock +NLAISCRIPT::ILoadObject +NLAISCRIPT::IScriptDebugSource + +List of all members. + + + + + + + + + +

Public Methods

 IBasicInterface ()
 ~IBasicInterface ()
 IBasicInterface (const IBasicInterface &a)
virtual void serial (NLMISC::IStream &f) throw (NLMISC::EStream)
virtual void save (NLMISC::IStream &)=0
 Save the class in a stream. More...

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

+

Detailed Description

+IBasicInterface is an abstract class need to give sens of objects manipulation, we separate it from the IBasicType because the we need a basic class for object and class factory and methods define in this class can't be use in the class factory. +

+

+Author:
+Chafik sameh , Nevrax France
+Date:
+2000
+

+ +

+Definition at line 312 of file abstract_interface.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLAIC::IBasicInterface::IBasicInterface   [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 316 of file abstract_interface.h. +

+Referenced by IBasicInterface.

+

+ + + + +
+ + + + + + + + + +
NLAIC::IBasicInterface::~IBasicInterface   [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 320 of file abstract_interface.h.

+

+ + + + +
+ + + + + + + + + + +
NLAIC::IBasicInterface::IBasicInterface const IBasicInterface &   a [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 324 of file abstract_interface.h. +

+References IBasicInterface, and NLAIC::IBasicType::IBasicType.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NLAIC::IBasicInterface::load NLMISC::IStream  [inline, pure virtual]
+
+ + + + + +
+   + + +

+Load the class from a stream. +

+ +

+Implemented in NLAIAGENT::CActor. +

+Definition at line 350 of file abstract_interface.h. +

+Referenced by NLAILOGIC::CVar::load, NLAISCRIPT::CLdbOpCode::load, NLAISCRIPT::CLibCallMethodi::load, NLAISCRIPT::CLibCallInheritedMethod::load, NLAISCRIPT::CLibCallMethod::load, NLAISCRIPT::CLdbNewOpCode::load, NLAISCRIPT::CAddParamNameDebug::load, NLAISCRIPT::CFindRunMsg::load, NLAISCRIPT::CAgentClass::load, NLAISCRIPT::CComponent::load, NLAISCRIPT::CMethodeName::load, NLAIAGENT::CVectorGroupType::load, NLAIAGENT::CGroupType::load, and serial.

+

+ + + + +
+ + + + + + + + + + +
void NLAIC::IBasicInterface::save NLMISC::IStream  [inline, pure virtual]
+
+ + + + + +
+   + + +

+Save the class in a stream. +

+ +

+Implemented in NLAIAGENT::CActor. +

+Definition at line 346 of file abstract_interface.h. +

+Referenced by NLAILOGIC::CVar::save, NLAISCRIPT::CLdbOpCode::save, NLAISCRIPT::CLibCallMethodi::save, NLAISCRIPT::CLibCallInheritedMethod::save, NLAISCRIPT::CLibCallMethod::save, NLAISCRIPT::CLdbNewOpCode::save, NLAISCRIPT::CAddParamNameDebug::save, NLAISCRIPT::CFindRunMsg::save, NLAISCRIPT::CAgentClass::save, NLAISCRIPT::CComponent::save, NLAISCRIPT::CMethodeName::save, and serial.

+

+ + + + +
+ + + + + + + + + + +
virtual void NLAIC::IBasicInterface::serial NLMISC::IStream  f throw (NLMISC::EStream) [inline, virtual]
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLAIC::IPointerGestion. +

+Definition at line 328 of file abstract_interface.h. +

+References load, and save.

+


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