| 694 | my_graph.register_node(this); |
| 695 | } |
| 696 | virtual ~graph_node() { |
| 697 | my_graph.remove_node(this); |
| 698 | } |
| 699 | |
| 700 | #if TBB_PREVIEW_FLOW_GRAPH_TRACE |
| 701 | virtual void set_name( const char *name ) = 0; |
nothing calls this directly
no test coverage detected