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_1CMessageGroup.html | 602 +++++++++++++++++++++ 1 file changed, 602 insertions(+) create mode 100644 docs/doxygen/nel/classNLAIAGENT_1_1CMessageGroup.html (limited to 'docs/doxygen/nel/classNLAIAGENT_1_1CMessageGroup.html') diff --git a/docs/doxygen/nel/classNLAIAGENT_1_1CMessageGroup.html b/docs/doxygen/nel/classNLAIAGENT_1_1CMessageGroup.html new file mode 100644 index 00000000..8cb01e7b --- /dev/null +++ b/docs/doxygen/nel/classNLAIAGENT_1_1CMessageGroup.html @@ -0,0 +1,602 @@ + + + + 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::CMessageGroup Class Reference

#include <msg_group.h> +

+

Inheritance diagram for NLAIAGENT::CMessageGroup: +

+ +NLAIAGENT::IBasicMessageGroup +NLAIC::IBasicInterface +NLAIC::IBasicType +NLAIC::IPointerGestion +NLMISC::IStreamable +NLMISC::IClassable + +List of all members. + + + + + + + + + + + + + + + + + + + + + + + + +

Public Methods

 CMessageGroup (sint32 id=0)
 CMessageGroup (const CMessageGroup &c)
virtual void save (NLMISC::IStream &os)
 Save the class in a stream. More...

virtual void load (NLMISC::IStream &is)
 Load the class from a stream. 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 bool operator== (const IBasicMessageGroup *grp) const
virtual bool operator== (const IBasicMessageGroup &grp) const
virtual void getDebugString (std::string &t) const
 This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user. More...

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 sint32getId () const

Static Public Attributes

CMessageGroup systemGroup
CMessageGroup msgScriptingGroup
const NLAIC::CIdentType IdMessageGroup

Private Attributes

sint32 _Id
+

Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::CMessageGroup::CMessageGroup sint32   id = 0 [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 59 of file msg_group.h. +

+References _Id, and id. +

+Referenced by clone, CMessageGroup, and newInstance.

+

+ + + + +
+ + + + + + + + + + +
NLAIAGENT::CMessageGroup::CMessageGroup const CMessageGroup &   c [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 64 of file msg_group.h. +

+References _Id, and CMessageGroup.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
const NLAIC::IBasicType * NLAIAGENT::CMessageGroup::clone   const [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 35 of file msg.cpp. +

+References CMessageGroup, and x.

+

+ + + + +
+ + + + + + + + + + +
virtual void NLAIAGENT::CMessageGroup::getDebugString std::string &   t const [inline, virtual]
+
+ + + + + +
+   + + +

+This is a Debug function, text is an character pointer to receive the debug text output, the debug text containe all think sensible to interset user. +

+ +

+Implements NLAIC::IBasicType. +

+Definition at line 95 of file msg_group.h. +

+References _Id, NLAIC::stringGetBuild, and t.

+

+ + + + +
+ + + + + + + + + +
virtual const sint32& NLAIAGENT::CMessageGroup::getId   const [inline, virtual]
+
+ + + + + +
+   + + +

+ +

+Implements NLAIAGENT::IBasicMessageGroup. +

+Definition at line 102 of file msg_group.h. +

+References _Id.

+

+ + + + +
+ + + + + + + + + +
const NLAIC::CIdentType & NLAIAGENT::CMessageGroup::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 30 of file msg_group.cpp. +

+References IdMessageGroup.

+

+ + + + +
+ + + + + + + + + + +
virtual void NLAIAGENT::CMessageGroup::load NLMISC::IStream  is [inline, virtual]
+
+ + + + + +
+   + + +

+Load the class from a stream. +

+ +

+Implements NLAIC::IBasicInterface. +

+Definition at line 75 of file msg_group.h. +

+References _Id, id, and NLMISC::IStream::serial.

+

+ + + + +
+ + + + + + + + + +
const NLAIC::IBasicType * NLAIAGENT::CMessageGroup::newInstance   const [virtual]
+
+ + + + + +
+   + + +

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

+ +

+Implements NLAIC::IBasicType. +

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

+References CMessageGroup, and x.

+

+ + + + +
+ + + + + + + + + + +
virtual bool NLAIAGENT::CMessageGroup::operator== const IBasicMessageGroup  grp const [inline, virtual]
+
+ + + + + +
+   + + +

+ +

+Implements NLAIAGENT::IBasicMessageGroup. +

+Definition at line 90 of file msg_group.h. +

+References _Id, and NLAIAGENT::IBasicMessageGroup::IBasicMessageGroup.

+

+ + + + +
+ + + + + + + + + + +
virtual bool NLAIAGENT::CMessageGroup::operator== const IBasicMessageGroup  grp const [inline, virtual]
+
+ + + + + +
+   + + +

+ +

+Implements NLAIAGENT::IBasicMessageGroup. +

+Definition at line 85 of file msg_group.h. +

+References _Id, and NLAIAGENT::IBasicMessageGroup::IBasicMessageGroup.

+

+ + + + +
+ + + + + + + + + + +
virtual void NLAIAGENT::CMessageGroup::save NLMISC::IStream  os [inline, virtual]
+
+ + + + + +
+   + + +

+Save the class in a stream. +

+ +

+Implements NLAIC::IBasicInterface. +

+Definition at line 69 of file msg_group.h. +

+References _Id, id, and NLMISC::IStream::serial.

+


Member Data Documentation

+

+ + + + +
+ + +
sint32 NLAIAGENT::CMessageGroup::_Id [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 53 of file msg_group.h. +

+Referenced by CMessageGroup, getDebugString, getId, load, operator==, and save.

+

+ + + + +
+ + +
const NLAIC::CIdentType CMessageGroup::IdMessageGroup [static] +
+
+ + + + + +
+   + + +

+ +

+Referenced by getType.

+

+ + + + +
+ + +
CMessageGroup CMessageGroup::msgScriptingGroup [static] +
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + +
CMessageGroup CMessageGroup::systemGroup [static] +
+
+ + + + + +
+   + + +

+

+


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