Function implementations for file_name
| 44 | |
| 45 | // Function implementations for file_name |
| 46 | std::string Header_section_schema::file_name::name() const { std::string v = get_attribute_value(0); return v; } |
| 47 | void Header_section_schema::file_name::setname(std::string v) { set_attribute_value(0, v);if constexpr (false)unset_attribute_value(0); } |
| 48 | std::string Header_section_schema::file_name::time_stamp() const { std::string v = get_attribute_value(1); return v; } |
| 49 | void Header_section_schema::file_name::settime_stamp(std::string v) { set_attribute_value(1, v);if constexpr (false)unset_attribute_value(1); } |
no outgoing calls
no test coverage detected