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

Method CommentValue

src/value.cpp:296–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296CommentValue::CommentValue() : StringValueBase(Exiv2::undefined) {
297}
298
299CommentValue::CommentValue(const std::string& comment) : StringValueBase(Exiv2::undefined) {
300 read(comment);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected