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

Method time_stamp_text

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

Source from the content-addressed store, hash-verified

26const IfcParse::type_declaration& Header_section_schema::time_stamp_text::Class() { return *((IfcParse::type_declaration*)HEADER_SECTION_SCHEMA_types[4]); }
27const IfcParse::type_declaration& Header_section_schema::time_stamp_text::declaration() const { return *((IfcParse::type_declaration*)HEADER_SECTION_SCHEMA_types[4]); }
28Header_section_schema::time_stamp_text::time_stamp_text(IfcEntityInstanceData&& e) : IfcUtil::IfcBaseType(std::move(e)) { }
29Header_section_schema::time_stamp_text::time_stamp_text(std::string v) : IfcUtil::IfcBaseType() { set_attribute_value(0, v); }
30Header_section_schema::time_stamp_text::operator std::string() const { return get_attribute_value(0); }
31

Callers

nothing calls this directly

Calls 1

set_attribute_valueFunction · 0.85

Tested by

no test coverage detected