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

Method eof

src/ifcparse/FileReader.cpp:311–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311bool IfcParse::FileReader::eof() const
312{
313 return cursor_ >= impl_->size();
314}
315
316char IfcParse::FileReader::read()
317{

Callers 8

readInstanceMethod · 0.80
IfcFile.hFile · 0.80
skipWhitespaceMethod · 0.80
skipCommentMethod · 0.80
NextMethod · 0.80
TokenStringMethod · 0.80
InstanceStreamerMethod · 0.80
read_from_streamMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected