# 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::IListManager Class Reference

#include <list_manager.h>

Inheritance diagram for NLAIAGENT::IListManager:

NLAIAGENT::IListBasicManager NLAIAGENT::IBaseGroupType NLAIAGENT::IObjetOp NLAIAGENT::IObjectIA NLAIAGENT::IBasicObjectIA NLAIC::IBasicInterface NLAIC::IBasicType NLAIC::IPointerGestion NLMISC::IStreamable NLMISC::IClassable NLAIAGENT::CListGroupManager NLAIAGENT::CVectorGroupManager List of all members.

Public Methods

 IListManager (IBaseGroupType *)
 IListManager (const IListManager &)
virtual bool isEqual (const IBasicObjectIA &a) const
 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 CProcessResult sendMessage (IObjectIA *)
 The method sendMessage(const IObjectIA &msg) allow us to achive a message defined in msg. More...

virtual void trie ()=0
virtual const IObjectIAgetObject (const CObjectIdent &) const=0
virtual ~IListManager ()

Constructor & Destructor Documentation

NLAIAGENT::IListManager::IListManager IBaseGroupType  
 

Definition at line 209 of file list_manager.cpp.

References NLAISCRIPT::l.

Referenced by isEqual.

NLAIAGENT::IListManager::IListManager const IListManager &   
 

Definition at line 214 of file list_manager.cpp.

References NLAISCRIPT::l.

NLAIAGENT::IListManager::~IListManager   [virtual]
 

Definition at line 219 of file list_manager.cpp.


Member Function Documentation

virtual const IObjectIA* NLAIAGENT::IListManager::getObject const CObjectIdent   const [pure virtual]
 

Implemented in NLAIAGENT::CVectorGroupManager.

bool NLAIAGENT::IListManager::isEqual const IBasicObjectIA   a const [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'.

Reimplemented from NLAIAGENT::IListBasicManager.

Definition at line 223 of file list_manager.cpp.

References NLAIAGENT::IListBasicManager::_List, IListManager, and NLAISCRIPT::l.

IObjectIA::CProcessResult NLAIAGENT::IListManager::sendMessage IObjectIA   [virtual]
 

The method sendMessage(const IObjectIA &msg) allow us to achive a message defined in msg.

Reimplemented from NLAIAGENT::IObjectIA.

Definition at line 229 of file list_manager.cpp.

References NLAIAGENT::IListBasicManager::_List, and NLAIAGENT::IObjectIA::IObjectIA.

virtual void NLAIAGENT::IListManager::trie   [pure virtual]
 

Implemented in NLAIAGENT::CVectorGroupManager.


The documentation for this class was generated from the following files: