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

Boolean objects represent the logical values of true and false. More...

Inheritance diagram for BooleanObjectHandle:
ObjectHandle IUnknownHandle
error_type BooleanObject_Create (BooleanObjectHandle **result)
 Creates a new instance.
 
error_type BooleanObject_GetValue (BooleanObjectHandle *handle, boolean_type *result)
 Return current boolean value.
 
error_type BooleanObject_SetValue (BooleanObjectHandle *handle, boolean_type value)
 Set new boolean value.
 
error_type BooleanObject_ToObject (BooleanObjectHandle *handle, ObjectHandle **result)
 Reinterpret current object as ObjectHandle.
 
error_type BooleanObject_FromObject (ObjectHandle *handle, BooleanObjectHandle **result)
 Convert ObjectHandle to BooleanObjectHandle.
 
error_type BooleanObject_Release (BooleanObjectHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from ObjectHandle
error_type Object_GetObjectType (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

Boolean objects represent the logical values of true and false.

Friends And Related Function Documentation

◆ BooleanObject_Release()

error_type BooleanObject_Release ( BooleanObjectHandle 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: