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

Represents a list of BufferHandle. More...

Inheritance diagram for BufferArrayHandle:
IUnknownHandle
error_type BufferArray_Create (BufferArrayHandle **result)
 Creates a new buffer array instance.
 
error_type BufferArray_Size (BufferArrayHandle *handle, size_type *result)
 Return size of an array.
 
error_type BufferArray_At (BufferArrayHandle *handle, size_type at, BufferHandle **result)
 Get element at location at.
 
error_type BufferArray_Append (BufferArrayHandle *handle, BufferHandle *value)
 Insert new element at the end of the array.
 
error_type BufferArray_Insert (BufferArrayHandle *handle, size_type at, BufferHandle *value)
 Insert new element at location at.
 
error_type BufferArray_Remove (BufferArrayHandle *handle, size_type at)
 Remove element from location at.
 
error_type BufferArray_Release (BufferArrayHandle *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

Represents a list of BufferHandle.

Friends And Related Function Documentation

◆ BufferArray_Release()

error_type BufferArray_Release ( BufferArrayHandle handle)
related

Decrement the internal reference counter.

When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.


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