![]() |
fpmas 1.6
|
#include <output.h>
Classes | |
class | All |
class | Single |
Public Types | |
typedef T | Type |
typedef Void | Params |
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.
typedef T fpmas::io::Local< T >::Type |
Type returned by the internal Watcher.
typedef Void fpmas::io::Local< T >::Params |
Local does not take any extra parameter.