Celeritas  0.5.0-56+6b053cd
Public Attributes | List of all members
celeritas::JsonPimpl Struct Reference

Wrapper class for exporting JSON output. More...

#include <JsonPimpl.hh>

Public Attributes

nlohmann::json obj
 

Detailed Description

Wrapper class for exporting JSON output.

The caller is expected to use the value directly, so replace obj with the JSON object.

void output(JsonPimpl* json) const
{
json->obj = value_;
}

The documentation for this struct was generated from the following file: