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

Method doEncode

src/tiffcomposite_int.cpp:694–696  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

692}
693
694void TiffBinaryElement::doEncode(TiffEncoder& encoder, const Exifdatum* datum) {
695 encoder.encodeBinaryElement(this, datum);
696}
697
698void TiffBinaryArray::doEncode(TiffEncoder& encoder, const Exifdatum* datum) {
699 encoder.encodeBinaryArray(this, datum);

Callers

nothing calls this directly

Calls 8

encodeBinaryElementMethod · 0.80
encodeBinaryArrayMethod · 0.80
encodeDataEntryMethod · 0.80
encodeTiffEntryMethod · 0.80
encodeImageEntryMethod · 0.80
encodeMnEntryMethod · 0.80
encodeSizeEntryMethod · 0.80
encodeSubIfdMethod · 0.80

Tested by

no test coverage detected