| 36 | |
| 37 | namespace { |
| 38 | struct POSTFIX_SCHEMA(factory_t) { |
| 39 | XmlSerializer* operator()(IfcParse::IfcFile* file, const std::string& xml_filename) const { |
| 40 | POSTFIX_SCHEMA(XmlSerializer)* s = new POSTFIX_SCHEMA(XmlSerializer)(file, xml_filename); |
| 41 | s->setFile(file); |
no outgoing calls
no test coverage detected