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

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

Go to the source code of this file.
Classes | |
| class | SolutionRequest |
| Manages runtime exhangeable modules. More... | |
Functions | |
| In & | operator>> (In &stream, SolutionRequest &solutionRequest) |
| Streaming operator that reads a SolutionRequest from a stream. | |
| Out & | operator<< (Out &stream, const SolutionRequest &solutionRequest) |
| Streaming operator that writes a SolutionRequest to a stream. | |
Variables | |
| const int | solutionRequestMaxNumOfSolutions = 40 |
| maximum number of solutions per module | |
Martin Lötzsch
Definition in file SolutionRequest.h.
|
||||||||||||
|
Streaming operator that reads a SolutionRequest from a stream.
Definition at line 57 of file SolutionRequest.cpp. References In::eof(), SolutionRequest::errorWhileReading, SolutionRequest::getNumOfSolutions(), and SolutionRequest::solutions. |
Here is the call graph for this function:

|
||||||||||||
|
Streaming operator that writes a SolutionRequest to a stream.
Definition at line 112 of file SolutionRequest.cpp. References endl(), SolutionRequest::getModuleName(), SolutionRequest::getModuleSolutionName(), SolutionRequest::getNumOfSolutions(), and SolutionRequest::solutions. |
Here is the call graph for this function:

|
|
maximum number of solutions per module
Definition at line 16 of file SolutionRequest.h. Referenced by ModuleSelector::selectSolution(). |
1.3.6