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

Method time_stamp

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

Source from the content-addressed store, hash-verified

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); }
50std::vector< std::string > /*[1:?]*/ Header_section_schema::file_name::author() const { std::vector< std::string > /*[1:?]*/ v = get_attribute_value(2); return v; }
51void Header_section_schema::file_name::setauthor(std::vector< std::string > /*[1:?]*/ v) { set_attribute_value(2, v);if constexpr (false)unset_attribute_value(2); }

Callers 2

finalizeFunction · 0.80
finalizeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected