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

Method clone

src/ifcparse/FileReader.cpp:271–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271FileReader FileReader::clone() const {
272 FileReader c(*this);
273 c.cursor_ = this->cursor_;
274 return c;
275}
276
277void FileReader::seek(size_t pos) {
278 if (pos > impl_->size()) throw std::out_of_range("seek out of range");

Callers 2

hasSemicolonMethod · 0.45
semicolonCountMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected