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

Method StringValueBase

src/value.cpp:172–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172StringValueBase::StringValueBase(TypeId typeId, const std::string& buf) : Value(typeId) {
173 read(buf);
174}
175
176int StringValueBase::read(const std::string& buf) {
177 value_ = buf;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected