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

Method FileReader

src/ifcparse/FileReader.cpp:236–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234};
235
236IfcParse::FileReader::FileReader(const std::string& fn)
237 : cursor_(0)
238{
239 impl_ = std::make_shared<FullBufferImpl>(fn);
240}
241
242IfcParse::FileReader::FileReader(const std::string& fn, const mmap_tag&)
243 : cursor_(0)

Callers

nothing calls this directly

Calls 1

pushNextPageMethod · 0.45

Tested by

no test coverage detected