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

Function formatInit

samples/exifdata.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23size_t formatInit(Exiv2::ExifData& exifData) {
24 return std::distance(exifData.begin(), exifData.end());
25}
26
27///////////////////////////////////////////////////////////////////////
28std::string escapeCSV(Exiv2::ExifData::const_iterator it, bool bValue) {

Callers 4

formatCSVFunction · 0.85
formatWolfFunction · 0.85
formatJSONFunction · 0.85
formatXMLFunction · 0.85

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected