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

Method schema_name

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

Source from the content-addressed store, hash-verified

19const IfcParse::type_declaration& Header_section_schema::schema_name::Class() { return *((IfcParse::type_declaration*)HEADER_SECTION_SCHEMA_types[3]); }
20const IfcParse::type_declaration& Header_section_schema::schema_name::declaration() const { return *((IfcParse::type_declaration*)HEADER_SECTION_SCHEMA_types[3]); }
21Header_section_schema::schema_name::schema_name(IfcEntityInstanceData&& e) : IfcUtil::IfcBaseType(std::move(e)) { }
22Header_section_schema::schema_name::schema_name(std::string v) : IfcUtil::IfcBaseType() { set_attribute_value(0, v); }
23Header_section_schema::schema_name::operator std::string() const { return get_attribute_value(0); }
24

Callers

nothing calls this directly

Calls 1

set_attribute_valueFunction · 0.85

Tested by

no test coverage detected