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

Represents collection of XrefHandle. More...

Inheritance diagram for XrefChainHandle:
IUnknownHandle
error_type XrefChain_Iterator (XrefChainHandle *handle, XrefChainIteratorHandle **result)
 Get cross-reference iterator.
 
error_type XrefChain_Release (XrefChainHandle *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 collection of XrefHandle.

Examples:
extract.c.

Friends And Related Function Documentation

◆ XrefChain_Release()

error_type XrefChain_Release ( XrefChainHandle 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: