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_1CMessageList.html | 482 +++++++++++++++++++++ 1 file changed, 482 insertions(+) create mode 100644 docs/doxygen/nel/classNLAIAGENT_1_1CMessageList.html (limited to 'docs/doxygen/nel/classNLAIAGENT_1_1CMessageList.html') diff --git a/docs/doxygen/nel/classNLAIAGENT_1_1CMessageList.html b/docs/doxygen/nel/classNLAIAGENT_1_1CMessageList.html new file mode 100644 index 00000000..0d3f226b --- /dev/null +++ b/docs/doxygen/nel/classNLAIAGENT_1_1CMessageList.html @@ -0,0 +1,482 @@ + + + + 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::CMessageList Class Reference

AbCMessage is an IMessageBase based on a CGroupType list. +More... +

+#include <msg.h> +

+

Inheritance diagram for NLAIAGENT::CMessageList: +

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

Public Methods

 CMessageList ()
 CMessageList (const CGroupType &m)
 CMessageList (const CGroupType &m, IObjectIA *sender)
 CMessageList (const CGroupType &m, IObjectIA *sender, IBasicMessageGroup &msg_group)
 CMessageList (const CMessageList &m)
virtual ~CMessageList ()
IMessageBase methode realize.
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...


Static Public Attributes

const NLAIC::CIdentType IdMessage
+

Detailed Description

+AbCMessage is an IMessageBase based on a CGroupType list. +

+

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

+ +

+Definition at line 284 of file msg.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NLAIAGENT::CMessageList::CMessageList   [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 293 of file msg.h. +

+References NLAIAGENT::IMessageBase::setMessageGroup, and x. +

+Referenced by clone, CMessageList, and newInstance.

+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::CMessageList::CMessageList const CGroupType  m [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 299 of file msg.h. +

+References NLAIAGENT::IMessageBase::setMessageGroup.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLAIAGENT::CMessageList::CMessageList const CGroupType  m,
IObjectIA  sender
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 304 of file msg.h. +

+References clone, NLAIAGENT::IMessageBase::IMessageBase, and NLAIAGENT::IObjectIA::IObjectIA.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
NLAIAGENT::CMessageList::CMessageList const CGroupType  m,
IObjectIA  sender,
IBasicMessageGroup  msg_group
[inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 308 of file msg.h. +

+References clone, NLAIAGENT::IMessageBase::IMessageBase, and NLAIAGENT::IObjectIA::IObjectIA.

+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::CMessageList::CMessageList const CMessageList &   m [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 312 of file msg.h. +

+References CMessageList, and NLAIAGENT::IMessageBase::IMessageBase.

+

+ + + + +
+ + + + + + + + + +
virtual NLAIAGENT::CMessageList::~CMessageList   [inline, virtual]
+
+ + + + + +
+   + + +

+ +

+Definition at line 317 of file msg.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
virtual const NLAIC::IBasicType* NLAIAGENT::CMessageList::clone   const [inline, virtual]
+
+ + + + + +
+   + + +

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

+ +

+Implements NLAIC::IBasicType. +

+Definition at line 327 of file msg.h. +

+References CMessageList. +

+Referenced by CMessageList.

+

+ + + + +
+ + + + + + + + + +
const NLAIC::CIdentType & NLAIAGENT::CMessageList::getType   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). +

+Implements NLAIC::IBasicType. +

+Definition at line 484 of file msg.cpp. +

+References IdMessage.

+

+ + + + +
+ + + + + + + + + +
virtual const NLAIC::IBasicType* NLAIAGENT::CMessageList::newInstance   const [inline, virtual]
+
+ + + + + +
+   + + +

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

+ +

+Implements NLAIC::IBasicType. +

+Definition at line 333 of file msg.h. +

+References CMessageList.

+


Member Data Documentation

+

+ + + + +
+ + +
const NLAIC::CIdentType CMessageList::IdMessage [static] +
+
+ + + + + +
+   + + +

+ +

+Referenced by getType.

+


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