Priority queue node.
More...
|
| TPriority | Priority [get, set] |
| | The Priority to insert this node at. Must be set BEFORE adding a node to the queue (ideally just once, in the node's constructor). Should not be manually edited once the node has been enqueued - use queue.UpdatePriority() instead More...
|
| |
| int | QueueIndex [get, set] |
| | Represents the current position in the queue More...
|
| |
| long | InsertionIndex [get, set] |
| | Represents the order the node was inserted in More...
|
| |
Represents the order the node was inserted in
The Priority to insert this node at. Must be set BEFORE adding a node to the queue (ideally just once, in the node's constructor). Should not be manually edited once the node has been enqueued - use queue.UpdatePriority() instead
Represents the current position in the queue
The documentation for this class was generated from the following file:
- Source/Collections/PriorityQueue.cs