|
Celeritas 0.7.0-dev.194+develop.0df4cab59
|
Save action manager data. More...
#include <ActionRegistryOutput.hh>

Public Types | |
Type aliases | |
| using | SPConstActionRegistry = std::shared_ptr< ActionRegistry const > |
Public Types inherited from celeritas::OutputInterface | |
| enum class | Category { input , result , system , internal , size_ } |
| Output category (TODO: could replace with string/cstring?) | |
Public Member Functions | |
| ActionRegistryOutput (SPConstActionRegistry actions) | |
| Construct from a shared action manager. | |
| ActionRegistryOutput (SPConstActionRegistry, std::string) | |
| Construct from a shared action manager and label. | |
| Category | category () const final |
| Category of data to write. | |
| std::string_view | label () const final |
| Name of the entry inside the category. | |
| void | output (JsonPimpl *) const final |
| Write output to the given JSON object. | |
Save action manager data.
|
inlinefinalvirtual |
Category of data to write.
Implements celeritas::OutputInterface.
|
inlinefinalvirtual |
Name of the entry inside the category.
Implements celeritas::OutputInterface.
Write output to the given JSON object.
Implements celeritas::OutputInterface.