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

Method XmpTextValue

src/value.cpp:472–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472XmpTextValue::XmpTextValue() : XmpValue(xmpText) {
473}
474
475XmpTextValue::XmpTextValue(const std::string& buf) : XmpValue(xmpText) {
476 read(buf);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected