#include "Tools/Streams/OutStreams.h"
#include "Platform/MessageQueueBase.h"
Include dependency graph for OutMessage.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | OutMessageQueue |
A PhysicalOutStream that writes the data to a MessageQueue. More... | |
class | OutBinaryMessage |
A binary stream into a message queue. More... | |
class | OutTextMessage |
A text stream into a message queue. More... | |
class | OutTextRawMessage |
A text stream into a message queue. More... | |
class | OutMessage |
An Interface for writing messages into a MessageQueue. More... |
Include that file in implementation files that only want to write to MessageQueues. (Usually it lasts to include "Tools/Debugging/Debugging.h")
Definition in file OutMessage.h.