|
|
|
|
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:
List of all members.
Constructor & Destructor Documentation
NLAIAGENT::CMessageGroup::CMessageGroup |
( |
sint32 |
id = 0 |
) |
[inline] |
|
NLAIAGENT::CMessageGroup::CMessageGroup |
( |
const CMessageGroup & |
c |
) |
[inline] |
|
Member Function Documentation
|
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] |
|
virtual const sint32& NLAIAGENT::CMessageGroup::getId |
( |
|
) |
const [inline, 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] |
|
virtual bool NLAIAGENT::CMessageGroup::operator== |
( |
const IBasicMessageGroup & |
grp |
) |
const [inline, virtual] |
|
virtual bool NLAIAGENT::CMessageGroup::operator== |
( |
const IBasicMessageGroup * |
grp |
) |
const [inline, virtual] |
|
virtual void NLAIAGENT::CMessageGroup::save |
( |
NLMISC::IStream & |
os |
) |
[inline, virtual] |
|
Member Data Documentation
sint32 NLAIAGENT::CMessageGroup::_Id [private]
|
|
CMessageGroup CMessageGroup::msgScriptingGroup [static]
|
|
CMessageGroup CMessageGroup::systemGroup [static]
|
|
The documentation for this class was generated from the following files:
|
|