IQueueInfo

Information interface to a queue.

Members

Functions

free_space
ulong free_space()
is_empty
bool is_empty()

Tells whether the queue is empty.

length
size_t length()
total_space
ulong total_space()
used_space
ulong used_space()
willFit
bool willFit(size_t bytes)

Finds out whether the provided number of bytes will fit in the queue.

Meta