Go to the source code of this file.
Classes | |
| class | RestartableDataReporter |
| Reports restartable data and restartable meta data. More... | |
| struct | RestartableDataReporter::Value |
| Helper struct for storing a single piece of restartable data. More... | |
Functions | |
| void | to_json (nlohmann::json &json, const RestartableDataReporter::Value &value) |
| template<> | |
| void | dataStore (std::ostream &stream, RestartableDataReporter::Value &v, void *context) |
| template<> | |
| void | dataLoad (std::istream &stream, RestartableDataReporter::Value &v, void *context) |
| void dataLoad | ( | std::istream & | stream, |
| RestartableDataReporter::Value & | v, | ||
| void * | context | ||
| ) |
Definition at line 147 of file RestartableDataReporter.C.
| void dataStore | ( | std::ostream & | stream, |
| RestartableDataReporter::Value & | v, | ||
| void * | context | ||
| ) |
Definition at line 140 of file RestartableDataReporter.C.
| void to_json | ( | nlohmann::json & | json, |
| const RestartableDataReporter::Value & | value | ||
| ) |
1.8.14