MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / setoriginating_system

Method setoriginating_system

src/ifcparse/Header_section_schema.cpp:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55void Header_section_schema::file_name::setpreprocessor_version(std::string v) { set_attribute_value(4, v);if constexpr (false)unset_attribute_value(4); }
56std::string Header_section_schema::file_name::originating_system() const { std::string v = get_attribute_value(5); return v; }
57void Header_section_schema::file_name::setoriginating_system(std::string v) { set_attribute_value(5, v);if constexpr (false)unset_attribute_value(5); }
58std::string Header_section_schema::file_name::authorization() const { std::string v = get_attribute_value(6); return v; }
59void Header_section_schema::file_name::setauthorization(std::string v) { set_attribute_value(6, v);if constexpr (false)unset_attribute_value(6); }
60

Callers 2

process_charactersFunction · 0.80

Calls 1

set_attribute_valueFunction · 0.85

Tested by

no test coverage detected