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

Method Initialize

xmpsdk/src/XMPIterator.cpp:374–380  ·  view source on GitHub ↗

class static */

Source from the content-addressed store, hash-verified

372// ----------
373
374/* class static */ bool
375XMPIterator::Initialize()
376{
377 sDummySchema = new XMP_Node ( 0, "dummy:schema/", kXMP_SchemaNode);
378 return true;
379
380} // Initialize
381
382// -------------------------------------------------------------------------------------------------
383// Terminate

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected