#include "PlayersPercept.h"
Include dependency graph for PlayersPercept.cpp:
Go to the source code of this file.
Functions | |
In & | operator>> (In &stream, PlayersPercept &playersPercept) |
Streaming operator that reads a PlayersPercept from a stream. | |
Out & | operator<< (Out &stream, const PlayersPercept &playersPercept) |
Streaming operator that writes a PlayersPercept to a stream. |
Definition in file PlayersPercept.cpp.
|
Streaming operator that reads a PlayersPercept from a stream.
Definition at line 43 of file PlayersPercept.cpp. |
|
Streaming operator that writes a PlayersPercept to a stream.
Definition at line 62 of file PlayersPercept.cpp. |