|
void | host::poco::to_json (json &j, const CoefficientInfo &p) |
|
void | host::poco::from_json (const json &j, CoefficientInfo &p) |
|
void | host::poco::to_json (json &j, const LinearModelInfo &p) |
|
void | host::poco::from_json (const json &j, LinearModelInfo &p) |
|
void | host::poco::to_json (json &j, const Array2Info &p) |
|
void | host::poco::from_json (const json &j, Array2Info &p) |
|
void | host::poco::to_json (json &j, const HierarchicalLevelInfo &p) |
|
void | host::poco::from_json (const json &j, HierarchicalLevelInfo &p) |
|
void | host::poco::to_json (json &j, const FileInfo &p) |
|
void | host::poco::from_json (const json &j, FileInfo &p) |
|
void | host::poco::to_json (json &j, const SettingsInfo &p) |
|
void | host::poco::from_json (const json &j, SettingsInfo &p) |
|
void | host::poco::to_json (json &j, const SESInfo &p) |
|
void | host::poco::from_json (const json &j, SESInfo &p) |
|
void | host::poco::to_json (json &j, const BaselineInfo &p) |
|
void | host::poco::from_json (const json &j, BaselineInfo &p) |
|
void | host::poco::to_json (json &j, const RiskFactorInfo &p) |
|
void | host::poco::from_json (const json &j, RiskFactorInfo &p) |
|
void | host::poco::to_json (json &j, const VariableInfo &p) |
|
void | host::poco::from_json (const json &j, VariableInfo &p) |
|
void | host::poco::to_json (json &j, const ModellingInfo &p) |
|
void | host::poco::from_json (const json &j, ModellingInfo &p) |
|
void | host::poco::to_json (json &j, const FactorDynamicEquationInfo &p) |
|
void | host::poco::from_json (const json &j, FactorDynamicEquationInfo &p) |
|
void | host::poco::to_json (json &j, const PolicyPeriodInfo &p) |
|
void | host::poco::from_json (const json &j, PolicyPeriodInfo &p) |
|
void | host::poco::to_json (json &j, const PolicyImpactInfo &p) |
|
void | host::poco::from_json (const json &j, PolicyImpactInfo &p) |
|
void | host::poco::to_json (json &j, const PolicyAdjustmentInfo &p) |
|
void | host::poco::from_json (const json &j, PolicyAdjustmentInfo &p) |
|
void | host::poco::to_json (json &j, const PolicyScenarioInfo &p) |
|
void | host::poco::from_json (const json &j, PolicyScenarioInfo &p) |
|
void | host::poco::to_json (json &j, const OutputInfo &p) |
|
void | host::poco::from_json (const json &j, OutputInfo &p) |
|
template<typename T > |
void | std::to_json (nlohmann::json &j, const std::optional< T > &p) |
|
template<typename T > |
void | std::from_json (const nlohmann::json &j, std::optional< T > &p) |
|