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