Celeritas
0.5.0-56+6b053cd
|
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. More... | |
template<class T > | |
nlohmann::json | celeritas::json_pimpl_output (T const &self) |
void celeritas::to_json_pimpl | ( | JsonPimpl * | jp, |
T const & | self | ||
) |
Helper function to write an object to JSON.
This hides the "not configured" boilerplate.