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

Method XmlSerializer

src/serializers/XmlSerializer.cpp:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34XmlSerializer::XmlSerializer(IfcParse::IfcFile* file, const std::string& xml_filename) {
35 if (file) {
36 implementation_ = XmlSerializerFactory::implementations().construct(file->schema()->name(), file, xml_filename);
37 }
38}
39
40XmlSerializerFactory::Factory& XmlSerializerFactory::implementations() {
41 static XmlSerializerFactory::Factory impl;

Callers

nothing calls this directly

Calls 3

constructMethod · 0.45
nameMethod · 0.45
schemaMethod · 0.45

Tested by

no test coverage detected