|
Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
|
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"

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 &)> |
Contains the WriterManager type.
Declares the WriterManager type.
| using io::WriterFn = typedef std::function<void(Grid3D &, Parameters, int, const FnameTemplate &)> |
wraps a function or function-like object for writing outputs