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

Method Iptcdatum

src/iptc.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54// class member definitions
55namespace Exiv2 {
56Iptcdatum::Iptcdatum(const IptcKey& key, const Value* pValue) : key_(key.clone()) {
57 if (pValue)
58 value_ = pValue->clone();
59}
60
61Iptcdatum::Iptcdatum(const Iptcdatum& rhs) : Metadatum(rhs) {
62 if (rhs.key_)

Callers

nothing calls this directly

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected