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

Method XmpKey

src/properties.cpp:5162–5164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5160}
5161
5162XmpKey::XmpKey(const std::string& key) : p_(std::make_unique<Impl>()) {
5163 p_->decomposeKey(key);
5164}
5165
5166XmpKey::XmpKey(const std::string& prefix, const std::string& property) : p_(std::make_unique<Impl>(prefix, property)) {
5167}

Callers

nothing calls this directly

Calls 1

decomposeKeyMethod · 0.45

Tested by

no test coverage detected