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

Method Impl

src/xmp.cpp:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266};
267
268Xmpdatum::Impl::Impl(const XmpKey& key, const Value* pValue) : key_(key.clone()) {
269 if (pValue)
270 value_ = pValue->clone();
271}
272
273Xmpdatum::Impl::Impl(const Impl& rhs) {
274 if (rhs.key_)

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected