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

Method NodeVisitor

cp-profiler/src/cpprofiler/tree/cursors/nodevisitor.hpp:2–2  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1template <typename Cursor>
2NodeVisitor<Cursor>::NodeVisitor(const Cursor &c) : m_cursor(c) {}
3
4template <typename Cursor>
5PreorderNodeVisitor<Cursor>::PreorderNodeVisitor(const Cursor &c)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected