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

Function WXMPIterator_Skip_1

xmpsdk/src/WXMPIterator.cpp:156–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154// -------------------------------------------------------------------------------------------------
155
156void
157WXMPIterator_Skip_1 ( XMPIteratorRef iterRef,
158 XMP_OptionBits options,
159 WXMP_Result * wResult )
160{
161 XMP_ENTER_WRAPPER ( "WXMPIterator_Skip_1" )
162
163 XMPIterator * iter = WtoXMPIterator_Ptr ( iterRef );
164 iter->Skip ( options );
165
166 XMP_EXIT_WRAPPER
167}
168
169// -------------------------------------------------------------------------------------------------
170

Callers

nothing calls this directly

Calls 1

SkipMethod · 0.80

Tested by

no test coverage detected