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