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

Method GetGlobalOptions

xmpsdk/src/XMPMeta.cpp:1011–1018  ·  view source on GitHub ↗

class-static */

Source from the content-addressed store, hash-verified

1009// ----------------
1010
1011/* class-static */ XMP_OptionBits
1012XMPMeta::GetGlobalOptions()
1013{
1014 XMP_OptionBits options = 0;
1015
1016 return options;
1017
1018} // GetGlobalOptions
1019
1020
1021// -------------------------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected