Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cameron314/concurrentqueue
/ graph_node
Method
graph_node
benchmarks/tbb/flow_graph.h:693–695 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
691
graph_node *next, *prev;
692
public:
693
graph_node(graph& g) : my_graph(g) {
694
my_graph.register_node(this);
695
}
696
virtual ~graph_node() {
697
my_graph.remove_node(this);
698
}
Callers
nothing calls this directly
Calls
1
register_node
Method · 0.80
Tested by
no test coverage detected