CFGActionQueue Type
A priority queue to store the ICFGActions.
Constructors
| Constructor |
Description
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Clear
|
Clear the queue. |
Full Usage:
this.Count
Returns: int
|
Count the number of actions in the queue.
|
Full Usage:
this.IsEmpty
Returns: bool
|
Check if the queue is empty.
|
Peek the action with the highest priority.
|
|
Pop an action from the queue.
|
|
|
Push an action to the queue.
|
|
|
B2R2