#include <graph.h>
Inheritance diagram for tbb::priority_queue_node< T, Compare >:
Public Types | |
typedef T | input_type |
The input type of this receiver. | |
typedef T | output_type |
The output type of this sender. | |
typedef sender< input_type > | predecessor_type |
The predecessor type for this node. | |
typedef receiver< output_type > | successor_type |
The successor type for this node. | |
typedef size_t | size_type |
Public Member Functions | |
priority_queue_node (graph &g) | |
Constructor. | |
~priority_queue_node () | |
Destructor. | |
Classes | |
class | my_prio_agg_t |