Defines the Nodes for a queue which are sorted according to a GLists.TSQPriorityStringNode.Priority and each node has an associated string.
Note
|
A lower value for priority is a higher priority.
|
Namespace: GLists
|
Name
|
Description
|
|
Item
|
Item to store at this location in the linked list (Inherited from GLists.TSQNode.)
|
|
Next
|
Points to the next node in the linked list (Inherited from GLists.TSQNode.)
|
|
Priority
|
Specifies the priority of the node.
The priority is set when the node is created.
|
|
Value
|
Specifies the string associated with the node. (Inherited from GLists.TSQStringNode.)
|
Top
|