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_1CMessageVector.html | 518 +++++++++++++++++++++ 1 file changed, 518 insertions(+) create mode 100644 docs/doxygen/nel/classNLAIAGENT_1_1CMessageVector.html (limited to 'docs/doxygen/nel/classNLAIAGENT_1_1CMessageVector.html') diff --git a/docs/doxygen/nel/classNLAIAGENT_1_1CMessageVector.html b/docs/doxygen/nel/classNLAIAGENT_1_1CMessageVector.html new file mode 100644 index 00000000..92fa33ab --- /dev/null +++ b/docs/doxygen/nel/classNLAIAGENT_1_1CMessageVector.html @@ -0,0 +1,518 @@ + + + + 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::CMessageVector Class Reference

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

+#include <msg.h> +

+

Inheritance diagram for NLAIAGENT::CMessageVector: +

+ +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

 CMessageVector (int n)
 CMessageVector ()
 CMessageVector (const CVectorGroupType &m)
 CMessageVector (const CVectorGroupType &m, IObjectIA *sender)
 CMessageVector (const CVectorGroupType &m, IObjectIA *sender, IBasicMessageGroup &msg_group)
 CMessageVector (const CMessageVector &m)
virtual ~CMessageVector ()
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 IdMessageVector
+

Detailed Description

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

+

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

+ +

+Definition at line 350 of file msg.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::CMessageVector::CMessageVector int   n [inline]
+
+ + + + + +
+   + + +

+ +

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

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

+Referenced by CMessageVector.

+

+ + + + +
+ + + + + + + + + +
NLAIAGENT::CMessageVector::CMessageVector   [inline]
+
+ + + + + +
+   + + +

+ +

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

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

+Referenced by clone.

+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::CMessageVector::CMessageVector const CVectorGroupType  m [inline]
+
+ + + + + +
+   + + +

+ +

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

+References NLAIAGENT::IMessageBase::setMessageGroup.

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + +
NLAIAGENT::CMessageVector::CMessageVector const CVectorGroupType  m,
IObjectIA  sender
[inline]
+
+ + + + + +
+   + + +

+ +

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

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

+

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + +
NLAIAGENT::CMessageVector::CMessageVector const CVectorGroupType  m,
IObjectIA  sender,
IBasicMessageGroup  msg_group
[inline]
+
+ + + + + +
+   + + +

+ +

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

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

+

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

+ +

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

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

+

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

+ +

+Definition at line 390 of file msg.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
virtual const NLAIC::IBasicType* NLAIAGENT::CMessageVector::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 401 of file msg.h. +

+References CMessageVector. +

+Referenced by CMessageVector, and newInstance.

+

+ + + + +
+ + + + + + + + + +
const NLAIC::CIdentType & NLAIAGENT::CMessageVector::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 489 of file msg.cpp. +

+References IdMessageVector.

+

+ + + + +
+ + + + + + + + + +
virtual const NLAIC::IBasicType* NLAIAGENT::CMessageVector::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 407 of file msg.h. +

+References clone.

+


Member Data Documentation

+

+ + + + +
+ + +
const NLAIC::CIdentType CMessageVector::IdMessageVector [static] +
+
+ + + + + +
+   + + +

+ +

+Referenced by getType.

+


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