OpenASIP  2.0
Classes | Typedefs
NodeIdCompList.hh File Reference
#include <vector>
#include <queue>
Include dependency graph for NodeIdCompList.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RLPriorityNodeId
 

Typedefs

typedef std::priority_queue< MoveNodeGroup, std::vector< MoveNodeGroup >, RLPriorityNodeIdNodeIdCompList
 A prioritized list for the ready-to-be-scheduled move node groups. More...
 

Detailed Description

Declaration of NodeIdCompList class.

Author
Heikki Kultala 2008 (hkultala-no.spam-cs.tut.fi)
Note
rating: red

Definition in file NodeIdCompList.hh.

Typedef Documentation

◆ NodeIdCompList

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.