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

Method PreviewImage

src/preview.cpp:955–957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

953// class member definitions
954namespace Exiv2 {
955PreviewImage::PreviewImage(PreviewProperties properties, DataBuf&& data) :
956 properties_(std::move(properties)), preview_(std::move(data)) {
957}
958
959PreviewImage::PreviewImage(const PreviewImage& rhs) : properties_(rhs.properties_), preview_(rhs.pData(), rhs.size()) {
960}

Callers

nothing calls this directly

Calls 2

pDataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected