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

Integer objects represent mathematical integers. More...

Inheritance diagram for IntegerObjectHandle:
ObjectHandle IUnknownHandle
error_type IntegerObject_Create (IntegerObjectHandle **result)
 Creates a new IntegerObject instance.
 
error_type IntegerObject_GetIntegerValue (IntegerObjectHandle *handle, bigint_type *result)
 Return objects contained integer value.
 
error_type IntegerObject_GetUnsignedIntegerValue (IntegerObjectHandle *handle, biguint_type *result)
 Return objects contained unsigned integer value.
 
error_type IntegerObject_SetIntegerValue (IntegerObjectHandle *handle, bigint_type value)
 Set objects new integer value.
 
error_type IntegerObject_SetUnsignedIntegerValue (IntegerObjectHandle *handle, biguint_type value)
 Set objects new unsigned integer value.
 
error_type IntegerObject_ToObject (IntegerObjectHandle *handle, ObjectHandle **result)
 Reinterpret current object as ObjectHandle.
 
error_type IntegerObject_FromObject (ObjectHandle *handle, IntegerObjectHandle **result)
 Convert ObjectHandle to IntegerObjectHandle.
 
error_type IntegerObject_Release (IntegerObjectHandle *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

Integer objects represent mathematical integers.

Friends And Related Function Documentation

◆ IntegerObject_Release()

error_type IntegerObject_Release ( IntegerObjectHandle 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: