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

Represents a collection of ByteRangeHandle. More...

Inheritance diagram for ByteRangeCollectionHandle:
IUnknownHandle
error_type ByteRangeCollection_Size (ByteRangeCollectionHandle *handle, size_type *result)
 Get size of byte range collection.
 
error_type ByteRangeCollection_At (ByteRangeCollectionHandle *handle, size_type at, ByteRangeHandle **result)
 Get single byte range from array at specific position.
 
error_type ByteRangeCollection_Release (ByteRangeCollectionHandle *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 collection of ByteRangeHandle.

Friends And Related Function Documentation

◆ ByteRangeCollection_Release()

error_type ByteRangeCollection_Release ( ByteRangeCollectionHandle 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: