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

Real objects represent mathematical real numbers. More...

Inheritance diagram for RealObjectHandle:
ObjectHandle IUnknownHandle
error_type RealObject_Create (RealObjectHandle **result)
 Creates a new RealObject instance.
 
error_type RealObject_GetValue (RealObjectHandle *handle, real_type *result)
 Return objects contained real value.
 
error_type RealObject_SetValue (RealObjectHandle *handle, real_type value)
 Set objects new real value.
 
error_type RealObject_ToObject (RealObjectHandle *handle, ObjectHandle **result)
 Reinterpret current object as ObjectHandle.
 
error_type RealObject_FromObject (ObjectHandle *handle, RealObjectHandle **result)
 Convert ObjectHandle to RealObjectHandle.
 
error_type RealObject_Release (RealObjectHandle *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

Real objects represent mathematical real numbers.

Friends And Related Function Documentation

◆ RealObject_Release()

error_type RealObject_Release ( RealObjectHandle 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: