#include "PointsWithValidityAndAge.h"
#include <string.h>
Include dependency graph for PointsWithValidityAndAge.cpp:

Go to the source code of this file.
Functions | |
| In & | operator>> (In &stream, PointsWithValidityAndAge &pointsWithValidityAndAge) |
| Streaming operator that reads a set of PointsWithValidityAndAge from a stream. | |
| Out & | operator<< (Out &stream, const PointsWithValidityAndAge &pointsWithValidityAndAge) |
| Streaming operator that writes a set of PointsWithValidityAndAge to a stream. | |
It is used to determine the location of other players on the field. If a new point is added and there are as many points in the set as it can held, the oldest point is overwritten.
Definition in file PointsWithValidityAndAge.cpp.
|
||||||||||||
|
Streaming operator that reads a set of PointsWithValidityAndAge from a stream.
Definition at line 398 of file PointsWithValidityAndAge.cpp. |
|
||||||||||||
|
Streaming operator that writes a set of PointsWithValidityAndAge to a stream.
Definition at line 408 of file PointsWithValidityAndAge.cpp. |
1.3.6