|
Celeritas 0.7.0-dev.224+develop.84a24a8b
|
#include "OrangeTypesIO.json.hh"#include "corecel/io/StringEnumMapper.hh"#include "orange/OrangeTypes.hh"Functions | |
| template<class T > | |
| void | celeritas::from_json (nlohmann::json const &j, Tolerance< T > &value) |
| Read tolerances. | |
| template void | celeritas::from_json (nlohmann::json const &, Tolerance< real_type > &) |
| template<class T > | |
| void | celeritas::to_json (nlohmann::json &j, Tolerance< T > const &value) |
| Write tolerances. | |
| template void | celeritas::to_json (nlohmann::json &, Tolerance< real_type > const &) |
| void | celeritas::from_json (nlohmann::json const &j, LogicNotation &value) |
| Read logic notation. | |
| void | celeritas::to_json (nlohmann::json &j, LogicNotation const &value) |
| Write logic notation. | |