|
Celeritas 0.7.0-dev.196+develop.8d0d9047c
|
#include "RootStepWriterIO.json.hh"#include <string>#include "corecel/io/JsonUtils.json.hh"#include "RootStepWriter.hh"Macros | |
| #define | SRFI_LOAD_OPTION(NAME) CELER_JSON_LOAD_OPTION(j, options, NAME) |
| #define | SRFI_SAVE_OPTION(NAME) CELER_JSON_SAVE_WHEN(j, options, NAME, options.NAME != options.unspecified) |
Functions | |
| void | celeritas::from_json (nlohmann::json const &j, SimpleRootFilterInput &options) |
| Read options from JSON. | |
| void | celeritas::to_json (nlohmann::json &j, SimpleRootFilterInput const &options) |
| Write options to JSON. | |