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

A map of unique names mapped to their associated a DestinationHandle. More...

Inheritance diagram for NamedDestinationsHandle:
IUnknownHandle
error_type NamedDestinations_Contains (NamedDestinationsHandle *handle, const NameObjectHandle *name, boolean_type *result)
 Determine if current map contains name.
 
error_type NamedDestinations_Find (NamedDestinationsHandle *handle, const NameObjectHandle *name, DestinationHandle **result)
 Find mapped value for key name. More...
 
error_type NamedDestinations_Release (NamedDestinationsHandle *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 map of unique names mapped to their associated a DestinationHandle.

For more details please visit section 12.3.2.3 - Named Destinations.

Friends And Related Function Documentation

◆ NamedDestinations_Find()

error_type NamedDestinations_Find ( NamedDestinationsHandle handle,
const NameObjectHandle name,
DestinationHandle **  result 
)
related

Find mapped value for key name.

Prefer using NamedDestinations_Contains for validations.

This function throws internal exception on failure, which may render it slower.

◆ NamedDestinations_Release()

error_type NamedDestinations_Release ( NamedDestinationsHandle 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

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