fpmas 1.6
Classes | Public Types | List of all members
fpmas::io::Local< T > Struct Template Reference

#include <output.h>

Classes

class  All
 
class  Single
 

Public Types

typedef T Type
 
typedef Void Params
 

Detailed Description

template<typename T>
struct fpmas::io::Local< T >

A DistributedOperation that can be used to fetch data.

The concept of Local is to fetch data only from the local process, without considering other processes. The current rank of the process or the current simulation step are good examples of fields that are likely to be defined Local.

More precisely, the call operator simply returns data returned by the local watcher instance.

Member Typedef Documentation

◆ Type

template<typename T >
typedef T fpmas::io::Local< T >::Type

Type returned by the internal Watcher.

◆ Params

template<typename T >
typedef Void fpmas::io::Local< T >::Params

Local does not take any extra parameter.


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