#include "TeamMessage.h"
#include "Platform/SystemCall.h"
Include dependency graph for TeamMessage.cpp:
Go to the source code of this file.
Functions | |
In & | operator>> (In &stream, TeamMessage &teamMessage) |
Streaming operator that reads a team message from a stream. | |
Out & | operator<< (Out &stream, const TeamMessage &teamMessage) |
Streaming operator that writes a team message to a stream. |
Definition in file TeamMessage.cpp.
|
Streaming operator that reads a team message from a stream.
Definition at line 19 of file TeamMessage.cpp. |
|
Streaming operator that writes a team message to a stream.
Definition at line 58 of file TeamMessage.cpp. |