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

Text stored in hexadecimal notation. More...

Inheritance diagram for HexadecimalStringObjectHandle:
StringObjectHandle ObjectHandle IUnknownHandle
error_type HexadecimalStringObject_Create (HexadecimalStringObjectHandle **result)
 Creates a new HexadecimalStringObject instance.
 
error_type HexadecimalStringObject_GetValue (HexadecimalStringObjectHandle *handle, BufferHandle **result)
 Get strings current value.
 
error_type HexadecimalStringObject_SetValue (HexadecimalStringObjectHandle *handle, BufferHandle *value)
 Set strings new value.
 
error_type HexadecimalStringObject_Release (HexadecimalStringObjectHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from StringObjectHandle
error_type StringObject_Type (StringObjectHandle *handle, StringType *result)
 Get derived type from current string.
 
- Public Member Functions inherited from ObjectHandle
error_type Object_GetType (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

Text stored in hexadecimal notation.

Friends And Related Function Documentation

◆ HexadecimalStringObject_Release()

error_type HexadecimalStringObject_Release ( HexadecimalStringObjectHandle 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: