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

Method StringValue

src/value.cpp:227–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227StringValue::StringValue() : StringValueBase(string) {
228}
229
230StringValue::StringValue(const std::string& buf) : StringValueBase(string, buf) {
231}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected