|
Celeritas 0.7.0-dev.277+develop.2401d1ca
|
Classes | |
| struct | celeritas::JsonPimpl |
| Wrapper class for exporting JSON output. More... | |
Functions | |
| template<class T > | |
| void | celeritas::to_json_pimpl (JsonPimpl *jp, T const &self) |
| Helper function to write an object to JSON. | |
| template<class T > | |
| nlohmann::json | celeritas::output_to_json (T const &self) |
| Get a JSON object from an OutputInterface. | |