Celeritas 0.6.0-dev.115+3b60a5fd
|
Save build configuration information to JSON. More...
#include <BuildOutput.hh>
Public Member Functions | |
Category | category () const final |
Category of data to write. | |
std::string_view | label () const final |
Key for the entry inside the category. | |
void | output (JsonPimpl *) const final |
Write output to the given JSON object. | |
Additional Inherited Members | |
![]() | |
enum class | Category { input , result , system , internal , size_ } |
Output category (TODO: could replace with string/cstring?) | |
Save build configuration information to JSON.
|
inlinefinalvirtual |
Category of data to write.
Implements celeritas::OutputInterface.
|
inlinefinalvirtual |
Key for the entry inside the category.
Implements celeritas::OutputInterface.
Write output to the given JSON object.
Implements celeritas::OutputInterface.