#include "Tools/Streams/InOut.h"
Include dependency graph for SpecialVisionRequest.h:

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

Go to the source code of this file.
Classes | |
| class | SpecialVisionRequest |
| Represents a request for special visons (challenges ...). More... | |
Functions | |
| In & | operator>> (In &stream, SpecialVisionRequest &specialVisionRequest) |
| Streaming operator that reads a SpecialVisionRequest from a stream. | |
| Out & | operator<< (Out &stream, const SpecialVisionRequest &specialVisionRequest) |
| Streaming operator that writes a SpecialVisionRequest to a stream. | |
Definition in file SpecialVisionRequest.h.
|
||||||||||||
|
Streaming operator that reads a SpecialVisionRequest from a stream.
Definition at line 23 of file SpecialVisionRequest.cpp. References In::read(). |
Here is the call graph for this function:

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

1.3.6