template<>
daw::json::json_data_contract<ReservoirSeepage> struct

Public types

using type = json_member_list<json_number<"uid", Uid>, json_string<"name", Name>, json_variant_null<"active", OptActive, jvtl_Active>, json_variant<"waterway", SingleId>, json_variant<"reservoir", SingleId>, json_variant_null<"slope", OptTRealFieldSched, jvtl_TRealFieldSched>, json_variant_null<"constant", OptTRealFieldSched, jvtl_TRealFieldSched>, json_array_null<"segments", std::vector<ReservoirSeepageSegment>, ReservoirSeepageSegment>>

Public static functions

static auto to_json_data(ReservoirSeepage const& seepage) -> auto constexpr