|
Cholla 3.0.1-dev
Cholla - Massively parallel hydro on GPUs
|
bundles information about a writer More...
#include <WriterManager.h>
Public Attributes | |
| std::string | name |
| int | cadence |
| const WriterFn | fn |
bundles information about a writer
| int io::detail::WriterPack::cadence |
specifies the cadence for invoking the writer
| const WriterFn io::detail::WriterPack::fn |
specifes the writer-function or function-like object
| std::string io::detail::WriterPack::name |
specifies the name of the writer (for debugging)