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

Method Params

app/exiv2.cpp:201–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199// class Params
200
201Params::Params() :
202 optstring_(":hVvqfbuktTFa:Y:O:D:r:p:P:d:e:i:c:m:M:l:S:g:K:n:Q:"),
203 target_(ctExif | ctIptc | ctComment | ctXmp),
204 yodAdjust_(emptyYodAdjust_),
205 format_("%Y%m%d_%H%M%S") {
206}
207
208Params& Params::instance() {
209 static Params instance_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected