Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSCommon > DataStructures > Classes

TFloatPriorityQueue Class

Scroll Prev Top Next More

Defines a queue or FIFO (First In, First Out) list of objects sorted by priority. The priorities are single precision, floating point numbers.

Use the    Push method to add items to the queue (and preserve sort order) and the    Pop method to return the top item in the queue

Namespace: DataStructures

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb