Helper struct for storing a single piece of restartable data. More...
#include <RestartableDataReporter.h>
Public Attributes | |
const RestartableDataValue * | value |
RestartableDataValue::StoreJSONParams | params |
Helper struct for storing a single piece of restartable data.
This helper is needed in order to get the paramaters into to_json for output, so that we can change how much we output via the "entries" input parameter as deisred
Definition at line 34 of file RestartableDataReporter.h.
RestartableDataValue::StoreJSONParams RestartableDataReporter::Value::params |
Definition at line 37 of file RestartableDataReporter.h.
Referenced by RestartableDataReporter::execute().
const RestartableDataValue* RestartableDataReporter::Value::value |
Definition at line 36 of file RestartableDataReporter.h.
Referenced by RestartableDataReporter::execute().