MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / error

Method error

src/basicio.cpp:546–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544}
545
546int FileIo::error() const {
547 return p_->fp_ ? ferror(p_->fp_) : 0;
548}
549
550bool FileIo::eof() const {
551 return std::feof(p_->fp_) != 0;

Callers 15

mainFunction · 0.45
TESTFunction · 0.45
readMetadataMethod · 0.45
isQTimeTypeFunction · 0.45
isEpsTypeFunction · 0.45
readMetadataMethod · 0.45
isCr2TypeFunction · 0.45
printStructureMethod · 0.45
readMetadataMethod · 0.45
isOrfTypeFunction · 0.45
printStructureMethod · 0.45
readChunkFunction · 0.45

Calls

no outgoing calls

Tested by 2

mainFunction · 0.36
TESTFunction · 0.36