#include <string.h>
#include "Tools/Streams/InOut.h"
Include dependency graph for Player.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | Player |
| A class that represents the team color and player number of the robot. More... | |
Functions | |
| Player & | getPlayer () |
| Returns a reference to a process wide player configuration. | |
| void | setPlayer (Player *player) |
| The function sets the player data for this process. | |
| In & | operator>> (In &stream, Player &player) |
| Streaming operator that reads a Player from a stream. | |
| Out & | operator<< (Out &stream, const Player &player) |
| Streaming operator that writes a Player to a stream. | |
Definition in file Player.h.
|
|
|
The function sets the player data for this process.
Definition at line 37 of file Player.cpp. References thePlayer. Referenced by Process::Process(), and Process::processMain(). |
|
||||||||||||
|
Streaming operator that reads a Player from a stream.
Definition at line 108 of file Player.cpp. References In::read(). |
Here is the call graph for this function:

|
||||||||||||
|
Streaming operator that writes a Player to a stream.
Definition at line 114 of file Player.cpp. References Out::write(). |
Here is the call graph for this function:

1.3.6