|
OpenASIP 2.2
|
#include <NodeIdCompList.hh>


Public Member Functions | |
| bool | operator() (MoveNodeGroup &a, MoveNodeGroup &b) |
A function object for prioritizing the ready list according to the move's node id. stupid but working order.
Definition at line 49 of file NodeIdCompList.hh.
|
inline |
Compares two nodes according to their priority in the ready list.
| a | Node a. |
| b | Node b. |
Definition at line 59 of file NodeIdCompList.hh.
References MoveNodeGroup::isScheduled(), MoveNodeGroup::node(), and GraphNode::nodeID().
