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

Base class for syntactic tokens. More...

Inheritance diagram for ObjectHandle:
IUnknownHandle ArrayObjectHandle BooleanObjectHandle DictionaryObjectHandle IndirectReferenceObjectHandle IntegerObjectHandle NameObjectHandle NullObjectHandle RealObjectHandle StreamObjectHandle StringObjectHandle
error_type Object_GetType (ObjectHandle *handle, ObjectType *result)
 Get derived type of current object.
 
error_type Object_TypeName (ObjectType type, string_type *result)
 Get string representation of object type.
 
error_type Object_GetOffset (ObjectHandle *handle, offset_type *result)
 Get input file offset where this object was found.
 
error_type Object_ToUnknown (ObjectHandle *handle, IUnknownHandle **result)
 Reinterpret current object as IUnknownHandle.
 
error_type Object_FromUnknown (IUnknownHandle *handle, ObjectHandle **result)
 Convert IUnknownHandle to ObjectHandle.
 
error_type Object_Release (ObjectHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from IUnknownHandle
error_type IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 

Detailed Description

Base class for syntactic tokens.

Examples:
extract.c.

Friends And Related Function Documentation

◆ Object_Release()

error_type Object_Release ( ObjectHandle 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
Examples:
extract.c.

The documentation for this class was generated from the following file: