Celeritas 0.6.0-dev.115+3b60a5fd
Loading...
Searching...
No Matches
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_;
}
Wrapper class for exporting JSON output.
Definition JsonPimpl.hh:32

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