25 virtual void execute()
override;
50 std::map<std::string, RestartableDataReporter::Value> &
_values;
RestartableDataReporter(const InputParameters ¶meters)
Reporter object that has a single execution of the "execute" method for for each execute flag...
RestartableDataValue::StoreJSONParams getDataParams() const
Internal method for setting _data_params.
const RestartableDataMap & _data_map
The map of data that we're going to output.
const bool _allow_unimplemented
Whether or not to error on the output of types with unimplemented output methods. ...
Reports restartable data and restartable meta data.
const std::vector< std::string > _include
The include patterns to match.
virtual void initialize() override
Called before execute() is ever called so that data can be cleared.
const RestartableDataValue::StoreJSONParams _data_params
The parameters to pass to the output of a single value.
const RestartableDataValue * value
Storage for restartable data that is ordered based on insertion order.
virtual void execute() override
Execute method.
virtual void finalize() override
Finalize.
Helper struct for storing a single piece of restartable data.
void to_json(nlohmann::json &json, const RestartableDataReporter::Value &value)
Struct that represents parameters for how to store the JSON value via store.
static InputParameters validParams()
RestartableDataValue::StoreJSONParams params
const InputParameters & parameters() const
Get the parameters of the object.
std::map< std::string, RestartableDataReporter::Value > & _values
The values we are to output.
const std::vector< std::string > _exclude
The exclude patterns to match.
Abstract definition of a RestartableData value.