MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / setPtr

Method setPtr

cp-profiler/src/cpprofiler/tree/node.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void Node::setPtr(NodeID *ptr)
33{
34 m_childrenOrFirstChild = reinterpret_cast<void *>(ptr);
35}
36
37int Node::childrenCount() const
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected