MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / WorkflowJSON

Method WorkflowJSON

src/utilities/filetypes/WorkflowJSON.cpp:1037–1037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1035} // namespace detail
1036
1037WorkflowJSON::WorkflowJSON() : m_impl(std::shared_ptr<detail::WorkflowJSON_Impl>(new detail::WorkflowJSON_Impl())) {}
1038
1039WorkflowJSON::WorkflowJSON(const std::string& s) : m_impl(std::shared_ptr<detail::WorkflowJSON_Impl>(new detail::WorkflowJSON_Impl(s))) {}
1040

Calls

no outgoing calls