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

Reprsents human readable text. More...

Inheritance diagram for StringObjectHandle:
ObjectHandle IUnknownHandle HexadecimalStringObjectHandle LiteralStringObjectHandle
error_type StringObject_GetStringType (StringObjectHandle *handle, StringType *result)
 Get derived type from current string.
 
error_type StringObject_GetValue (StringObjectHandle *handle, BufferHandle **result)
 Get strings current value.
 
error_type StringObject_SetValue (StringObjectHandle *handle, BufferHandle *value)
 Set strings new value.
 
error_type StringObject_ToObject (StringObjectHandle *handle, ObjectHandle **result)
 Reinterpret current object as ObjectHandle.
 
error_type StringObject_FromObject (ObjectHandle *handle, StringObjectHandle **result)
 Convert ObjectHandle to StringObjectHandle.
 
error_type StringObject_Release (StringObjectHandle *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

Reprsents human readable text.

Friends And Related Function Documentation

◆ StringObject_Release()

error_type StringObject_Release ( StringObjectHandle 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: