fpmas 1.6
Public Member Functions | List of all members
fpmas::io::DistributedCsvField< Operation > Struct Template Reference

#include <csv_output.h>

Inheritance diagram for fpmas::io::DistributedCsvField< Operation >:
Inheritance graph
[legend]
Collaboration diagram for fpmas::io::DistributedCsvField< Operation >:
Collaboration graph
[legend]

Public Member Functions

 DistributedCsvField (const std::string &name, std::function< typename Operation::Type()> watcher)
 

Detailed Description

template<typename Operation>
struct fpmas::io::DistributedCsvField< Operation >

Type used as a distributed CSV field parameter.

This allows to optionally pass a custom set of paramaters to the DistributedOperation when building a DistributedCsvOutput.

Constructor & Destructor Documentation

◆ DistributedCsvField()

template<typename Operation >
fpmas::io::DistributedCsvField< Operation >::DistributedCsvField ( const std::string &  name,
std::function< typename Operation::Type()>  watcher 
)
inline

Custom DistributedCsvField constructor.

The Params field of the tuple is default initialized.


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