Go to the source code of this file.
Classes | |
| class | JSONOutput |
Functions | |
| template<> | |
| void | dataStore (std::ostream &stream, nlohmann::json &json, void *context) |
| template<> | |
| void | dataLoad (std::istream &stream, nlohmann::json &json, void *context) |
| void dataLoad | ( | std::istream & | stream, |
| nlohmann::json & | json, | ||
| void * | context | ||
| ) |
Definition at line 245 of file JSONOutput.C.
| void dataStore | ( | std::ostream & | stream, |
| nlohmann::json & | json, | ||
| void * | context | ||
| ) |
Definition at line 238 of file JSONOutput.C.