#include "PlayersModel.h"
#include "Tools/FieldDimensions.h"
Include dependency graph for PlayersModel.cpp:

Go to the source code of this file.
Functions | |
| In & | operator>> (In &stream, PlayersModel &playersModel) |
| Streaming operator that reads a PlayersModel from a stream. | |
| Out & | operator<< (Out &stream, const PlayersModel &playersModel) |
| Streaming operator that writes a PlayersModel to a stream. | |
Definition in file PlayersModel.cpp.
|
||||||||||||
|
Streaming operator that reads a PlayersModel from a stream.
Definition at line 27 of file PlayersModel.cpp. |
|
||||||||||||
|
Streaming operator that writes a PlayersModel to a stream.
Definition at line 33 of file PlayersModel.cpp. |
1.3.6