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

Class Header_section_schema

src/ifcparse/Header_section_schema.h:18–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16#include "../ifcparse/Argument.h"
17
18struct Header_section_schema {
19
20IFC_PARSE_API static const IfcParse::schema_definition& get_schema();
21
22IFC_PARSE_API static void clear_schema();
23
24static const char* const Identifier;
25
26// Forward definitions
27class file_description; class file_name; class file_schema; class schema_name; class time_stamp_text;
28
29
30class IFC_PARSE_API schema_name : public IfcUtil::IfcBaseType {
31public:
32 virtual const IfcParse::type_declaration& declaration() const;
33 static const IfcParse::type_declaration& Class();
34 explicit schema_name (IfcEntityInstanceData&& e);
35 schema_name (std::string v);
36 operator std::string() const;
37};
38
39class IFC_PARSE_API time_stamp_text : public IfcUtil::IfcBaseType {
40public:

Callers

nothing calls this directly

Calls 2

get_schemaFunction · 0.85
declarationClass · 0.70

Tested by

no test coverage detected