OpenASIP
2.0
|
#include <vector>
#include <queue>
Go to the source code of this file.
Classes | |
class | RLPriorityNodeId |
Typedefs | |
typedef std::priority_queue< MoveNodeGroup, std::vector< MoveNodeGroup >, RLPriorityNodeId > | NodeIdCompList |
A prioritized list for the ready-to-be-scheduled move node groups. More... | |
typedef std::priority_queue< MoveNodeGroup, std::vector<MoveNodeGroup>, RLPriorityNodeId> NodeIdCompList |
A prioritized list for the ready-to-be-scheduled move node groups.
Definition at line 79 of file NodeIdCompList.hh.