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

Method UserData

samples/geotag.cpp:246–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244// UserData - used by XML Parser
245struct UserData final {
246 explicit UserData(Options& options) : options_(options) {
247 }
248
249 // public data members
250 int indent{0};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected