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

Method tryRead

src/ifcparse/IfcSpfHeader.cpp:173–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173bool IfcSpfHeader::tryRead() {
174 try {
175 read();
176 return true;
177 } catch (const std::exception& e) {
178 Logger::Error(e);
179 return false;
180 }
181}
182
183void IfcSpfHeader::write(std::ostream& out) const {
184 out << ISO_10303_21 << ";"

Callers 3

pushPageMethod · 0.80
InstanceStreamerMethod · 0.80
read_from_streamMethod · 0.80

Calls 1

ErrorFunction · 0.70

Tested by

no test coverage detected