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

Method TiffDataEntryBase

src/tiffvisitor_int.cpp:341–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339}
340
341TiffDataEntryBase::TiffDataEntryBase(uint16_t tag, IfdId group, uint16_t szTag, IfdId szGroup) :
342 TiffEntryBase(tag, group), szTag_(szTag), szGroup_(szGroup) {
343}
344
345void TiffDecoder::decodeCanonAFInfo(const TiffEntryBase* object) {
346 // report Exif.Canon.AFInfo as usual

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected