#include "Platform/SystemCall.h"
#include "Tools/Streams/InOut.h"
Include dependency graph for SoundRequest.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | SoundRequest |
Represents an acoustic message. More... | |
Functions | |
In & | operator>> (In &stream, SoundRequest &soundRequest) |
Streaming operator that reads a SoundRequest from a stream. | |
Out & | operator<< (Out &stream, const SoundRequest &soundRequest) |
Streaming operator that writes a SoundRequest to a stream. |
Definition in file SoundRequest.h.
|
Streaming operator that reads a SoundRequest from a stream.
Definition at line 10 of file SoundRequest.cpp. References In::read(). |
Here is the call graph for this function:
|
Streaming operator that writes a SoundRequest to a stream.
Definition at line 16 of file SoundRequest.cpp. References Out::write(). |
Here is the call graph for this function: