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

Method stateProvinceRegion

src/model/WeatherFile.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 }
69
70 std::string WeatherFile_Impl::stateProvinceRegion() const {
71 boost::optional<std::string> value = getString(OS_WeatherFileFields::StateProvinceRegion, true);
72 OS_ASSERT(value);
73 return value.get();
74 }
75
76 std::string WeatherFile_Impl::country() const {
77 boost::optional<std::string> value = getString(OS_WeatherFileFields::Country, true);

Callers 2

test_fileMethod · 0.45
setWeatherFileMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 1

test_fileMethod · 0.36