Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
472
XmpTextValue::XmpTextValue() : XmpValue(xmpText) {
473
}
474
475
XmpTextValue::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