https://mooseframework.inl.gov
Public Attributes | List of all members
RestartableDataReporter::Value Struct Reference

Helper struct for storing a single piece of restartable data. More...

#include <RestartableDataReporter.h>

Public Attributes

const RestartableDataValuevalue
 
RestartableDataValue::StoreJSONParams params
 

Detailed Description

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.

Member Data Documentation

◆ params

RestartableDataValue::StoreJSONParams RestartableDataReporter::Value::params

Definition at line 37 of file RestartableDataReporter.h.

Referenced by RestartableDataReporter::execute().

◆ value

const RestartableDataValue* RestartableDataReporter::Value::value

Definition at line 36 of file RestartableDataReporter.h.

Referenced by RestartableDataReporter::execute().


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