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_1IListManager.html | 341 +++++++++++++++++++++ 1 file changed, 341 insertions(+) create mode 100644 docs/doxygen/nel/classNLAIAGENT_1_1IListManager.html (limited to 'docs/doxygen/nel/classNLAIAGENT_1_1IListManager.html') diff --git a/docs/doxygen/nel/classNLAIAGENT_1_1IListManager.html b/docs/doxygen/nel/classNLAIAGENT_1_1IListManager.html new file mode 100644 index 00000000..06b7b8fe --- /dev/null +++ b/docs/doxygen/nel/classNLAIAGENT_1_1IListManager.html @@ -0,0 +1,341 @@ + + + + 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::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: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1