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

Method XmpArrayValue

src/value.cpp:578–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

576}
577
578XmpArrayValue::XmpArrayValue(TypeId typeId) : XmpValue(typeId) {
579 setXmpArrayType(xmpArrayType(typeId));
580}
581
582int XmpArrayValue::read(const std::string& buf) {
583 if (!buf.empty())

Callers

nothing calls this directly

Calls 1

xmpArrayTypeFunction · 0.85

Tested by

no test coverage detected