Go to the source code of this file.
Classes | |
| class | RestartableDataValue |
| Abstract definition of a RestartableData value. More... | |
| class | RestartableDataValue::SetDeclaredKey |
| Helper that protects access to setDeclared() to only MooseApp. More... | |
| class | RestartableDataValue::SetNotLoadedKey |
| Helper that protects access to setNotLoaded() to only RestartableDataReader. More... | |
| class | RestartableDataValue::SetNotStoredKey |
| Helper that protects access to setNotStored() to only RestartableDataWriter. More... | |
| struct | RestartableDataValue::StoreJSONParams |
Struct that represents parameters for how to store the JSON value via store. More... | |
| class | RestartableData< T > |
| Concrete definition of a parameter value for a specified type. More... | |
Typedefs | |
| using | DataNames = std::unordered_set< std::string > |
Functions | |
| template<> | |
| void | dataStore (std::ostream &, RestartableDataValue::StoreJSONParams &, void *) |
| template<> | |
| void | dataLoad (std::istream &, RestartableDataValue::StoreJSONParams &, void *) |
| using DataNames = std::unordered_set<std::string> |
Definition at line 333 of file RestartableData.h.
| void dataLoad | ( | std::istream & | stream, |
| RestartableDataValue::StoreJSONParams & | v, | ||
| void * | ctx | ||
| ) |
Definition at line 81 of file RestartableData.C.
Referenced by dataLoad(), and RestartableData< T >::loadInternal().
| void dataStore | ( | std::ostream & | stream, |
| RestartableDataValue::StoreJSONParams & | v, | ||
| void * | ctx | ||
| ) |
Definition at line 68 of file RestartableData.C.
Referenced by dataStore(), and RestartableData< T >::storeInternal().