Header menu logo B2R2

CFGActionQueue Type

A priority queue to store the ICFGActions.

Constructors

Constructor Description

CFGActionQueue()

Full Usage: CFGActionQueue()

Returns: CFGActionQueue
Returns: CFGActionQueue

Instance members

Instance member Description

this.Clear

Full Usage: this.Clear

Clear the queue.

this.Count

Full Usage: this.Count

Returns: int

Count the number of actions in the queue.

Returns: int

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool

Check if the queue is empty.

Returns: bool

this.Peek

Full Usage: this.Peek

Returns: CFGAction

Peek the action with the highest priority.

Returns: CFGAction

this.Pop

Full Usage: this.Pop

Returns: CFGAction

Pop an action from the queue.

Returns: CFGAction

this.Push

Full Usage: this.Push

Parameters:

Push an action to the queue.

judge : IPrioritizable
action : CFGAction

Type something to start searching.