|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAIAGENT::CVectorMsgContainer Class Reference#include <msg_container.h>
Inheritance diagram for NLAIAGENT::CVectorMsgContainer:
List of all members.
Constructor & Destructor Documentation
NLAIAGENT::CVectorMsgContainer::CVectorMsgContainer |
( |
|
) |
|
|
NLAIAGENT::CVectorMsgContainer::CVectorMsgContainer |
( |
const CVectorMsgContainer & |
|
) |
|
|
NLAIAGENT::CVectorMsgContainer::~CVectorMsgContainer |
( |
|
) |
[virtual] |
|
Member Function Documentation
void NLAIAGENT::CVectorMsgContainer::addMessage |
( |
IMessageBase * |
|
) |
[virtual] |
|
void NLAIAGENT::CVectorMsgContainer::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 83 of file msg_container.h.
References t. |
const IMessageBase * NLAIAGENT::CVectorMsgContainer::getMessage |
( |
|
) |
[virtual] |
|
const NLAIC::CIdentType & NLAIAGENT::CVectorMsgContainer::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 102 of file msg_container.cpp.
References IdVectorMsgContainer. |
const NLAIC::IBasicType * NLAIAGENT::CVectorMsgContainer::newInstance |
( |
|
) |
const [virtual] |
|
void NLAIAGENT::CVectorMsgContainer::popMessage |
( |
|
) |
[virtual] |
|
virtual const sint32 NLAIAGENT::CVectorMsgContainer::size |
( |
|
) |
const [inline, virtual] |
|
Member Data Documentation
sint32 NLAIAGENT::CVectorMsgContainer::_CurrentGrp [private]
|
|
sint32 NLAIAGENT::CVectorMsgContainer::_Size [private]
|
|
The documentation for this class was generated from the following files:
|
|