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

Method TiffEntryBase

src/tiffcomposite_int.cpp:90–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90TiffEntryBase::TiffEntryBase(const TiffEntryBase& rhs) :
91 TiffComponent(rhs),
92 tiffType_(rhs.tiffType_),
93 count_(rhs.count_),
94 offset_(rhs.offset_),
95 size_(rhs.size_),
96 pData_(rhs.pData_),
97 idx_(rhs.idx_),
98 pValue_(rhs.pValue_ ? rhs.pValue_->clone().release() : nullptr),
99 storage_(rhs.storage_) {
100}
101
102TiffDirectory::TiffDirectory(const TiffDirectory& rhs) : TiffComponent(rhs), hasNext_(rhs.hasNext_) {
103}

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected