#include <OutMessage.h>
Inheritance diagram for OutMessageQueue:
Public Member Functions | |
OutMessageQueue () | |
Default constructor. | |
Protected Member Functions | |
void | open (MessageQueueBase *q) |
opens the stream. | |
virtual void | writeToStream (const void *p, int size) |
The function writes a number of bytes into a physical stream. | |
Private Attributes | |
MessageQueueBase * | queue |
The queue where the data is written to. |
Definition at line 23 of file OutMessage.h.
|
Default constructor.
Definition at line 13 of file OutMessage.cpp. |
|
opens the stream.
Definition at line 18 of file OutMessage.cpp. Referenced by OutBinaryMessage::OutBinaryMessage(), OutTextMessage::OutTextMessage(), and OutTextRawMessage::OutTextRawMessage(). |
|
The function writes a number of bytes into a physical stream.
Implements PhysicalOutStream. Definition at line 23 of file OutMessage.cpp. References MessageQueueBase::write(). |
Here is the call graph for this function:
|
The queue where the data is written to.
Definition at line 27 of file OutMessage.h. |