| 51 | void Header_section_schema::file_name::setauthor(std::vector< std::string > /*[1:?]*/ v) { set_attribute_value(2, v);if constexpr (false)unset_attribute_value(2); } |
| 52 | std::vector< std::string > /*[1:?]*/ Header_section_schema::file_name::organization() const { std::vector< std::string > /*[1:?]*/ v = get_attribute_value(3); return v; } |
| 53 | void Header_section_schema::file_name::setorganization(std::vector< std::string > /*[1:?]*/ v) { set_attribute_value(3, v);if constexpr (false)unset_attribute_value(3); } |
| 54 | std::string Header_section_schema::file_name::preprocessor_version() const { std::string v = get_attribute_value(4); return v; } |
| 55 | void Header_section_schema::file_name::setpreprocessor_version(std::string v) { set_attribute_value(4, v);if constexpr (false)unset_attribute_value(4); } |
| 56 | std::string Header_section_schema::file_name::originating_system() const { std::string v = get_attribute_value(5); return v; } |
no test coverage detected