Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
Loading...
Searching...
No Matches
Classes | Typedefs
WriterManager.h File Reference

Contains the WriterManager type. More...

#include <functional>
#include <string>
#include <vector>
#include "../global/global.h"
#include "../grid/field_info.h"
#include "../grid/grid3D.h"
#include "../io/FnameTemplate.h"
#include "../io/ParameterMap.h"
Include dependency graph for WriterManager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  io::detail::WriterPack
 bundles information about a writer More...
 
class  io::WriterManager
 Manages each configured file-writer. More...
 

Typedefs

using io::WriterFn = std::function< void(Grid3D &, Parameters, int, const FnameTemplate &)>
 

Detailed Description

Contains the WriterManager type.

Declares the WriterManager type.

Typedef Documentation

◆ WriterFn

using io::WriterFn = typedef std::function<void(Grid3D &, Parameters, int, const FnameTemplate &)>

wraps a function or function-like object for writing outputs