#include "GenericDebugData.h"
Include dependency graph for GenericDebugData.cpp:
Go to the source code of this file.
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.cpp.
|
Streaming operator that reads GenericDebugData from a stream.
Definition at line 14 of file GenericDebugData.cpp. |
|
Streaming operator that writes GenericDebugData to a stream.
Definition at line 28 of file GenericDebugData.cpp. |