![]() |
fpmas 1.6
|
#include <formatted_output.h>


Public Member Functions | |
| FormattedOutput (api::io::OutputStream &output_stream, Watcher< T > watcher, bool insert_new_line=false) | |
| void | dump () override |
Public Member Functions inherited from fpmas::io::OutputBase | |
| OutputBase (api::io::OutputStream &output_stream) | |
| const api::scheduler::Job & | job () override |
| virtual void | dump ()=0 |
| virtual const scheduler::Job & | job ()=0 |
Additional Inherited Members | |
Protected Attributes inherited from fpmas::io::OutputBase | |
| api::io::OutputStream & | output_stream |
A FormattedOutputFunction based output.
Data is serialized and sent directly through the
specialization.
|
inline |
FormattedOutput constructor.
|
inlineoverridevirtual |
Calls the watcher and send the result to the output_stream using the << operator on output_stream.get().
If insert_new_line is true, and std::endl is also inserted.
Implements fpmas::api::io::Output.