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

Method toString

src/value.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72std::string Value::toString() const {
73 std::ostringstream os;
74 write(os);
75 ok_ = !os.fail();
76 return os.str();
77}
78
79std::string Value::toString(size_t /*n*/) const {
80 return toString();

Callers

nothing calls this directly

Calls 3

toStringFunction · 0.85
writeFunction · 0.50
endMethod · 0.45

Tested by

no test coverage detected