Vanilla.PDF  1.6.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 CALLING_CONVENTION ContentOperationGeneric_GetOperator (ContentOperationGenericHandle *handle, ContentOperatorHandle **result)
 Get operator from unknown operation.
 
error_type CALLING_CONVENTION ContentOperationGeneric_GetOperandsSize (ContentOperationGenericHandle *handle, size_type *result)
 Get number of operands belonging to the operator.
 
error_type CALLING_CONVENTION ContentOperationGeneric_GetOperandAt (ContentOperationGenericHandle *handle, size_type at, ObjectHandle **result)
 Get operand at location at.
 
error_type CALLING_CONVENTION ContentOperationGeneric_ToContentOperation (ContentOperationGenericHandle *handle, ContentOperationHandle **result)
 Reinterpret current object as ContentOperationHandle.
 
error_type CALLING_CONVENTION ContentOperationGeneric_FromContentOperation (ContentOperationHandle *handle, ContentOperationGenericHandle **result)
 Convert ContentOperationHandle to ContentOperationGenericHandle.
 
error_type CALLING_CONVENTION ContentOperationGeneric_Release (ContentOperationGenericHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

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