| 74 | TiffIfdMakernote::~TiffIfdMakernote() = default; |
| 75 | |
| 76 | TiffBinaryArray::TiffBinaryArray(uint16_t tag, IfdId group, const ArrayCfg& arrayCfg, const ArrayDef* arrayDef, |
| 77 | size_t defSize) : |
| 78 | TiffEntryBase(tag, group, arrayCfg.elTiffType_), arrayCfg_(&arrayCfg), arrayDef_(arrayDef), defSize_(defSize) { |
| 79 | } |
| 80 | |
| 81 | TiffBinaryArray::TiffBinaryArray(uint16_t tag, IfdId group, const ArraySet* arraySet, size_t setSize, |
| 82 | CfgSelFct cfgSelFct) : |
nothing calls this directly
no outgoing calls
no test coverage detected