Vanilla.PDF  1.5.1
Cross-platform toolkit for creating and modifying PDF documents
List of all members

A pointer to XrefEntryHandle within XrefHandle collection. More...

Inheritance diagram for XrefIteratorHandle:
IUnknownHandle
error_type XrefIterator_GetValue (XrefIteratorHandle *handle, XrefEntryHandle **result)
 Get cross-reference entry from current iterator position.
 
error_type XrefIterator_Next (XrefIteratorHandle *handle)
 Advance iterator to the next position.
 
error_type XrefIterator_IsValid (XrefIteratorHandle *handle, boolean_type *result)
 Check if the current iterator position is valid.
 
error_type XrefIterator_ToUnknown (XrefIteratorHandle *handle, IUnknownHandle **result)
 Reinterpret current object as IUnknownHandle.
 
error_type XrefIterator_FromUnknown (IUnknownHandle *handle, XrefIteratorHandle **result)
 Convert IUnknownHandle to XrefIteratorHandle.
 
error_type XrefIterator_Release (XrefIteratorHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from IUnknownHandle
error_type IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 

Detailed Description

A pointer to XrefEntryHandle within XrefHandle collection.

This object is useful for iterating over whole entry collecion.

See also
XrefIterator_Next
XrefIterator_GetValue
Examples:
extract.c.

Friends And Related Function Documentation

◆ XrefIterator_Release()

error_type XrefIterator_Release ( XrefIteratorHandle handle)
related

Decrement the internal reference counter.

When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.

See also
IUnknown_Release
Examples:
extract.c.

The documentation for this class was generated from the following file: