#include <CrestModel.h>
Definition at line 30 of file CrestModel.h.
◆ from_json()
Definition at line 41 of file CrestModel.cxx.
45 json additionalPropertiesJson = j.value(
"additionalProperties",
json::object());
46 for (
auto it = additionalPropertiesJson.begin();
it != additionalPropertiesJson.end(); ++
it)
◆ to_json()
json GenericMap::to_json |
( |
| ) |
const |
Definition at line 29 of file CrestModel.cxx.
31 json additionalPropertiesJson;
34 additionalPropertiesJson[
entry.first] =
entry.second;
38 additionalPropertiesJson};
◆ additionalProperties
std::map<std::string, std::string> GenericMap::additionalProperties |
The documentation for this class was generated from the following files: