#include "Tools/Streams/InOut.h"
#include "Tools/MessageQueue/MessageIDs.h"
Include dependency graph for GenericDebugData.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | GenericDebugData |
Functions | |
In & | operator>> (In &stream, GenericDebugData &d) |
Streaming operator that reads GenericDebugData from a stream. | |
Out & | operator<< (Out &stream, GenericDebugData &d) |
Streaming operator that writes GenericDebugData to a stream. |
Definition in file GenericDebugData.h.
|
Streaming operator that reads GenericDebugData from a stream.
Definition at line 14 of file GenericDebugData.cpp. References GenericDebugData::data, and GenericDebugData::id. |
|
Streaming operator that writes GenericDebugData to a stream.
Definition at line 28 of file GenericDebugData.cpp. References GenericDebugData::data, and GenericDebugData::id. |