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

Method BmffImage

src/bmffimage.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86BmffImage::BmffImage(BasicIo::UniquePtr io, bool /* create */, size_t max_box_depth) :
87 Image(ImageType::bmff, mdExif | mdIptc | mdXmp, std::move(io)), max_box_depth_(max_box_depth) {
88} // BmffImage::BmffImage
89
90std::string BmffImage::toAscii(uint32_t n) {
91 const auto p = reinterpret_cast<const char*>(&n);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected