Vanilla.PDF  1.3.0
Cross-platform toolkit for creating and modifying PDF documents
List of all members
XrefChainIteratorHandle Class Reference

Represents pointer to cross-reference collection. More...

Inheritance diagram for XrefChainIteratorHandle:
IUnknownHandle
error_type XrefChainIterator_GetValue (XrefChainIteratorHandle *handle, XrefHandle **result)
 Get cross-reference section from current iterator position.
 
error_type XrefChainIterator_IsValid (XrefChainIteratorHandle *handle, XrefChainHandle *chain, boolean_type *result)
 Determine if the current iterator position is valid.
 
error_type XrefChainIterator_Next (XrefChainIteratorHandle *handle)
 Advance iterator to the next position.
 
error_type XrefChainIterator_Release (XrefChainIteratorHandle *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

Represents pointer to cross-reference collection.

This method is useful for iterating over whole entry collecion.

See also
XrefChainIterator_Next
XrefChainIterator_GetValue
Examples:
extract.c.

Friends And Related Function Documentation

◆ XrefChainIterator_Release()

error_type XrefChainIterator_Release ( XrefChainIteratorHandle 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: