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

Method name

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

Function implementations for file_name

Source from the content-addressed store, hash-verified

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

Callers 15

processMethod · 0.45
generate_outputsMethod · 0.45
get_classesFunction · 0.45
get_classesFunction · 0.45
writeMethod · 0.45
object_idMethod · 0.45
XmlSerializerMethod · 0.45
JsonSerializerMethod · 0.45
writeMethod · 0.45
nameElementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected