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

Method setauthorization

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

Source from the content-addressed store, hash-verified

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
61
62const IfcParse::entity& Header_section_schema::file_name::declaration() const { return *((IfcParse::entity*)HEADER_SECTION_SCHEMA_types[1]); }

Callers 2

process_charactersFunction · 0.80

Calls 1

set_attribute_valueFunction · 0.85

Tested by

no test coverage detected