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

Method IptcKey

src/datasets.cpp:500–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498}
499
500IptcKey::IptcKey(std::string key) : tag_(0), record_(0), key_(std::move(key)) {
501 decomposeKey();
502}
503
504IptcKey::IptcKey(uint16_t tag, uint16_t record) : tag_(tag), record_(record) {
505 makeKey();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected