Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Modules/PlayersLocator/PointsWithValidityAndAge.cpp File Reference

Represents a set of points on the field. More...

#include "PointsWithValidityAndAge.h"
#include <string.h>

Include dependency graph for PointsWithValidityAndAge.cpp:

Include dependency graph

Go to the source code of this file.

Functions

Inoperator>> (In &stream, PointsWithValidityAndAge &pointsWithValidityAndAge)
 Streaming operator that reads a set of PointsWithValidityAndAge from a stream.

Outoperator<< (Out &stream, const PointsWithValidityAndAge &pointsWithValidityAndAge)
 Streaming operator that writes a set of PointsWithValidityAndAge to a stream.


Detailed Description

Represents a set of points on the field.

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.

Author:
Matthias Juengel

Kai Spiess

Definition in file PointsWithValidityAndAge.cpp.


Function Documentation

In& operator>> In stream,
PointsWithValidityAndAge pointsWithValidityAndAge
 

Streaming operator that reads a set of PointsWithValidityAndAge from a stream.

Parameters:
stream The stream from which is read.
pointsWithValidityAndAge The set of PointsWithValidityAndAge.
Returns:
The stream.

Definition at line 398 of file PointsWithValidityAndAge.cpp.

Out& operator<< Out stream,
const PointsWithValidityAndAge pointsWithValidityAndAge
 

Streaming operator that writes a set of PointsWithValidityAndAge to a stream.

Parameters:
stream The stream to write on.
pointsWithValidityAndAge The Set of PointsWithValidityAndAge.
Returns:
The stream.

Definition at line 408 of file PointsWithValidityAndAge.cpp.


Generated on Thu Sep 23 19:59:37 2004 for GT2004 by doxygen 1.3.6