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

Unresolved operation often containing unknown operator. More...

Inheritance diagram for ContentOperationGenericHandle:
ContentOperationHandle ContentInstructionHandle IUnknownHandle
error_type ContentOperationGeneric_GetOperator (ContentOperationGenericHandle *handle, ContentOperatorHandle **result)
 Get operator from unknown operation.
 
error_type ContentOperationGeneric_GetOperandsSize (ContentOperationGenericHandle *handle, size_type *result)
 Get number of operands belonging to the operator.
 
error_type ContentOperationGeneric_GetOperandAt (ContentOperationGenericHandle *handle, size_type at, ObjectHandle **result)
 Get operand at location at.
 
error_type ContentOperationGeneric_Release (ContentOperationGenericHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from ContentOperationHandle
error_type ContentOperation_GetType (ContentOperationHandle *handle, ContentOperationType *result)
 Get derived type of current object.
 
- Public Member Functions inherited from ContentInstructionHandle
error_type ContentInstruction_GetType (ContentInstructionHandle *handle, ContentInstructionType *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

Unresolved operation often containing unknown operator.

Friends And Related Function Documentation

◆ ContentOperationGeneric_Release()

error_type ContentOperationGeneric_Release ( ContentOperationGenericHandle 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: