|
Celeritas 0.7.0-dev.170+develop.df22d2a88
|
#include "FieldDriverOptionsIO.json.hh"#include <string>#include <nlohmann/json.hpp>#include "corecel/io/JsonUtils.json.hh"#include "FieldDriverOptions.hh"Macros | |
| #define | FDO_INPUT(NAME) CELER_JSON_LOAD_OPTION(j, opts, NAME) |
Functions | |
| void | celeritas::from_json (nlohmann::json const &j, FieldDriverOptions &opts) |
| Read options from JSON. | |
| void | celeritas::to_json (nlohmann::json &j, FieldDriverOptions const &opts) |
| Write options to JSON. | |