| 80 | } |
| 81 | |
| 82 | std::string WeatherFile_Impl::dataSource() const { |
| 83 | boost::optional<std::string> value = getString(OS_WeatherFileFields::DataSource, true); |
| 84 | OS_ASSERT(value); |
| 85 | return value.get(); |
| 86 | } |
| 87 | |
| 88 | std::string WeatherFile_Impl::wMONumber() const { |
| 89 | boost::optional<std::string> value = getString(OS_WeatherFileFields::WMONumber, true); |