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

Represents reference to other object. More...

Inheritance diagram for IndirectObjectReferenceHandle:
ObjectHandle IUnknownHandle
error_type IndirectObjectReference_Create (IndirectObjectReferenceHandle **result)
 Creates a new IndirectObjectReference instance.
 
error_type IndirectObjectReference_GetReferencedObjectNumber (IndirectObjectReferenceHandle *handle, biguint_type *result)
 Return object number of referenced object.
 
error_type IndirectObjectReference_GetReferencedGenerationNumber (IndirectObjectReferenceHandle *handle, ushort_type *result)
 Return generation number of referenced object.
 
error_type IndirectObjectReference_GetReferencedObject (IndirectObjectReferenceHandle *handle, ObjectHandle **result)
 Return object handle to referenced object.
 
error_type IndirectObjectReference_SetReferencedObject (IndirectObjectReferenceHandle *handle, ObjectHandle *value)
 Sets a new referenced object.
 
error_type IndirectObjectReference_Release (IndirectObjectReferenceHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from ObjectHandle
error_type Object_GetType (ObjectHandle *handle, ObjectType *result)
 Get derived type of current object.
 
- Public Member Functions inherited from IUnknownHandle
error_type IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 

Detailed Description

Represents reference to other object.

Friends And Related Function Documentation

◆ IndirectObjectReference_Release()

error_type IndirectObjectReference_Release ( IndirectObjectReferenceHandle 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: