encode_backward_references_StartPosQueue

encode_backward_references_StartPosQueue

Overview

encode_backward_references_StartPosQueue is a class in Aspose.Font FOSS for Python.

This class provides 5 methods for working with encode_backward_references_StartPosQueue objects in Python programs. Available methods include: Clear, GetStartPos, Push, __init__, size. All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package. Properties: idx_, mask_, q_.

Properties

NameTypeAccessDescription
mask_``ReadGets the mask .
q_``ReadGets the q .
idx_``ReadGets the idx .

Methods

SignatureDescription
__init__(bits)Calls init on this encode_backward_references_StartPosQueue instance.
Clear()Clears the queue, resetting its internal state
Push(pos, costdiff)Adds a start position and cost difference to the queue
size()Returns the number of elements currently stored
GetStartPos(k)Retrieves the start position at index k

See Also