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

IBasicObjectIA is the base class for all AI classes. +More... +

+#include <baseai.h> +

+

Inheritance diagram for NLAIAGENT::IBasicObjectIA: +

+ +NLAIC::IBasicInterface +NLAIC::IBasicType +NLAIC::IPointerGestion +NLMISC::IStreamable +NLMISC::IClassable +NLAIAGENT::IObjectIA +NLAIAGENT::CAgentTimerHandle +NLAIAGENT::CLibTimerManager +NLAIAGENT::CObjectIdent +NLAIAGENT::CObjectType +NLAIAGENT::IObjetOp +NLAIAGENT::IRefrence +NLAIFUZZY::CFuzzyRuleSet +NLAIFUZZY::IFuzzySet +NLAILOGIC::CGoalStack +NLAILOGIC::CGoalStack +NLAISCRIPT::CCallPrint +NLAISCRIPT::CCodeContext +NLAISCRIPT::CContextDebug +NLAISCRIPT::CLibTest +NLAISCRIPT::CMethodeName +NLAISCRIPT::CObjectUnknown +NLAISCRIPT::CParam +NLAISCRIPT::IClassInterpret +NLAISCRIPT::IOpCode + +List of all members. + + + + + + + + +

Public Methods

 IBasicObjectIA ()
 IBasicObjectIA (const IBasicObjectIA &a)
bool operator== (const IBasicObjectIA &classType) const
 Lot of algo use this function to determine the equality between 2 class, in particular the extraction from stl list. More...

virtual bool isEqual (const IBasicObjectIA &a) const=0
 The bool operator==(const IBasicObjectIA &a) const member method call this function when class 'classType' have the same type of this class, programme have to assume the equality between the memebers of this class and the memeber of the class 'classType'. More...

virtual ~IBasicObjectIA ()
+

Detailed Description

+IBasicObjectIA is the base class for all AI classes. +

+It defines some basic functionalities as pure virtual functions.

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

+ +

+Definition at line 92 of file baseai.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLAIAGENT::IBasicObjectIA::IBasicObjectIA  
+
+ + + + + +
+   + + +

+ +

+Definition at line 126 of file baseai.cpp. +

+Referenced by NLAIAGENT::CVolatilMemmory::isEqual, NLAIAGENT::CHashTimerManager::isEqual, NLAIAGENT::CObjectType::isEqual, NLAIAGENT::CObjectIdent::isEqual, NLAIAGENT::CProxyAgentMail::isEqual, NLAIAGENT::CPairType::isEqual, NLAIAGENT::CStringType::isEqual, NLAIAGENT::INombre< sint32 >::isEqual, NLAIAGENT::CLocalAgentMail::isEqual, and NLAIAGENT::IVector::isEqual.

+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::IBasicObjectIA::IBasicObjectIA const IBasicObjectIA &   a
+
+ + + + + +
+   + + +

+ +

+Definition at line 130 of file baseai.cpp.

+

+ + + + +
+ + + + + + + + + +
NLAIAGENT::IBasicObjectIA::~IBasicObjectIA   [virtual]
+
+ + + + + +
+   + + +

+ +

+Definition at line 121 of file baseai.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
virtual bool NLAIAGENT::IBasicObjectIA::isEqual const IBasicObjectIA &   a const [pure virtual]
+
+ + + + + +
+   + + +

+The bool operator==(const IBasicObjectIA &a) const member method call this function when class 'classType' have the same type of this class, programme have to assume the equality between the memebers of this class and the memeber of the class 'classType'. +

+ +

+Implemented in NLAIAGENT::CActor. +

+Referenced by operator==.

+

+ + + + +
+ + + + + + + + + + +
bool NLAIAGENT::IBasicObjectIA::operator== const IBasicObjectIA &   classType const
+
+ + + + + +
+   + + +

+Lot of algo use this function to determine the equality between 2 class, in particular the extraction from stl list. +

+the == operator call the bool isEqual(const IBasicObjectIA &a) const member method to determine the equality between tow class. +

+Definition at line 134 of file baseai.cpp. +

+References NLAIC::IBasicType::getType, and isEqual.

+


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