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

Method toInt64

src/value.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152int64_t DataValue::toInt64(size_t n) const {
153 ok_ = true;
154 return value_.at(n);
155}
156
157uint32_t DataValue::toUint32(size_t n) const {
158 ok_ = true;

Callers

nothing calls this directly

Calls 1

parseInt64Function · 0.85

Tested by

no test coverage detected