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

Method increment

src/ifcparse/FileReader.cpp:291–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291void FileReader::increment(size_t n) {
292 if (cursor_ + n > impl_->size()) throw std::out_of_range("increment past EOF");
293 cursor_ += n;
294}
295
296void IfcParse::FileReader::pushNextPage(const std::string& data)
297{

Callers 6

read_stringFunction · 0.80
skipMethod · 0.80
skipWhitespaceMethod · 0.80
skipCommentMethod · 0.80
NextMethod · 0.80
TokenStringMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected