#include "SpecialPercept.h"
#include "Platform/SystemCall.h"
Include dependency graph for SpecialPercept.cpp:
Go to the source code of this file.
Functions | |
In & | operator>> (In &stream, BitePoint &bitePoint) |
Streaming operator that reads a BitePoint from a stream. | |
Out & | operator<< (Out &stream, const BitePoint &bitePoint) |
Streaming operator that writes a BitePoint to a stream. | |
In & | operator>> (In &stream, OCRedLine &ocRedLine) |
Streaming operator that reads a red line from a stream. | |
Out & | operator<< (Out &stream, const OCRedLine &ocRedLine) |
Streaming operator that writes a red line to a stream. | |
In & | operator>> (In &stream, OCBridge &ocBridge) |
Streaming operator that reads a OCBridge from a stream. | |
Out & | operator<< (Out &stream, const OCBridge &ocBridge) |
Streaming operator that writes a OCBridge to a stream. | |
In & | operator>> (In &stream, SpecialPercept &specialPercept) |
Streaming operator that reads a SpecialPercept from a stream. | |
Out & | operator<< (Out &stream, const SpecialPercept &specialPercept) |
Streaming operator that writes a SpecialPercept to a stream. |
Definition in file SpecialPercept.cpp.
|
Streaming operator that reads a BitePoint from a stream.
Definition at line 38 of file SpecialPercept.cpp. |
|
Streaming operator that writes a BitePoint to a stream.
Definition at line 51 of file SpecialPercept.cpp. |
|
Streaming operator that reads a red line from a stream.
Definition at line 86 of file SpecialPercept.cpp. |
|
Streaming operator that writes a red line to a stream.
Definition at line 96 of file SpecialPercept.cpp. |
|
Streaming operator that reads a OCBridge from a stream.
Definition at line 133 of file SpecialPercept.cpp. |
|
Streaming operator that writes a OCBridge to a stream.
Definition at line 148 of file SpecialPercept.cpp. |
|
Streaming operator that reads a SpecialPercept from a stream.
Definition at line 186 of file SpecialPercept.cpp. |
|
Streaming operator that writes a SpecialPercept to a stream.
Definition at line 215 of file SpecialPercept.cpp. |