Go to the source code of this file.
Functions | |
| template<> | |
| void | dataStore (std::ostream &stream, RestartableDataValue::StoreJSONParams &v, void *ctx) |
| template<> | |
| void | dataLoad (std::istream &stream, RestartableDataValue::StoreJSONParams &v, void *ctx) |
| 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().