fpmas 1.6
Public Member Functions | List of all members
fpmas::api::io::Output Class Referenceabstract

#include <output.h>

Inheritance diagram for fpmas::api::io::Output:
Inheritance graph
[legend]

Public Member Functions

virtual void dump ()=0
 
virtual const scheduler::Jobjob ()=0
 

Detailed Description

A generic output API.

Member Function Documentation

◆ dump()

virtual void fpmas::api::io::Output::dump ( )
pure virtual

◆ job()

virtual const scheduler::Job & fpmas::api::io::Output::job ( )
pure virtual

Returns an executable Job that might be scheduled with a scheduler::Scheduler.

The execution of the Job calls dump() exactly once.

Returns
executable job

Implemented in fpmas::io::OutputBase.


The documentation for this class was generated from the following file: