# 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: