MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / ~graph_node

Method ~graph_node

benchmarks/tbb/flow_graph.h:696–698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls 1

remove_nodeMethod · 0.80

Tested by

no test coverage detected