STANDARDS SPACE TYPE */
| 415 | |
| 416 | /** STANDARDS SPACE TYPE */ |
| 417 | boost::optional<std::string> SpaceType_Impl::standardsSpaceType() const { |
| 418 | return getString(OS_SpaceTypeFields::StandardsSpaceType, false, true); |
| 419 | } |
| 420 | |
| 421 | std::vector<std::string> SpaceType_Impl::suggestedStandardsSpaceTypes() const { |
| 422 | std::vector<std::string> result; |
no outgoing calls