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

#include <list_manager.h> +

+Inheritance diagram for NLAIAGENT::CListGroupManager

Inheritance graph
+ + + + + + + + + + + + + +
[legend]
Collaboration diagram for NLAIAGENT::CListGroupManager:

Collaboration graph
+ + + + + + + + + + + + + + + + + + + + + +
[legend]
List of all members. + + + + + + + + + + + + + + +

Public Methods

 CListGroupManager ()
 CListGroupManager (const CListGroupManager &)
virtual const NLAIC::CIdentTypegetType () const
 getType return a unique string how represente the class, it can be the name of the class. More...

virtual const NLAIC::IBasicTypeclone () const
 This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. More...

virtual const NLAIC::IBasicTypenewInstance () const
 This function allow a new instance, that mean that the class is a class factory. More...

virtual void trie ()
virtual const IObjectIAgetObject (const CObjectIdent &) const
virtual ~CListGroupManager ()

Static Public Attributes

const NLAIC::CIdentType IdListGroupManager
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NLAIAGENT::CListGroupManager::CListGroupManager ( + +) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 297 of file list_manager.cpp.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::CListGroupManager::CListGroupManager ( + +const CListGroupManager & l ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 301 of file list_manager.cpp.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::CListGroupManager::~CListGroupManager ( + +) [virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 305 of file list_manager.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+const NLAIC::IBasicType * NLAIAGENT::CListGroupManager::clone ( + +void ) const [virtual] +
+
+ + + + + +
+   + + +

+This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. +

+ +

+Reimplemented from NLAIC::IBasicType. +

+Definition at line 314 of file list_manager.cpp.

+

+ + + + +
+ + + + + + +
+const IObjectIA * NLAIAGENT::CListGroupManager::getObject ( + +const CObjectIdent & ) const [virtual] +
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLAIAGENT::IListManager. +

+Definition at line 330 of file list_manager.cpp.

+

+ + + + +
+ + + + + + +
+const NLAIC::CIdentType & NLAIAGENT::CListGroupManager::getType ( + +void ) const [virtual] +
+
+ + + + + +
+   + + +

+getType return a unique string how represente the class, it can be the name of the class. +

+This function is used for the sytem regstry class (see the definition of the template class Gen::CRegistry). +

+Reimplemented from NLAIC::IBasicType. +

+Definition at line 309 of file list_manager.cpp.

+

+ + + + +
+ + + + + + +
+const NLAIC::IBasicType * NLAIAGENT::CListGroupManager::newInstance ( + +void ) const [virtual] +
+
+ + + + + +
+   + + +

+This function allow a new instance, that mean that the class is a class factory. +

+ +

+Reimplemented from NLAIC::IBasicType. +

+Definition at line 319 of file list_manager.cpp.

+

+ + + + +
+ + + + + + +
+void NLAIAGENT::CListGroupManager::trie ( + +) [virtual] +
+
+ + + + + +
+   + + +

+ +

+Reimplemented from NLAIAGENT::IListManager. +

+Definition at line 324 of file list_manager.cpp.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+const NLAIC::CIdentType NLAIAGENT::CListGroupManager::IdListGroupManager [static] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 144 of file list_manager.h.

+


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