MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / ParentCheckerVisitor

Method ParentCheckerVisitor

tests/cplusplus/Util/TreeNode.cpp:293–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291class ParentCheckerVisitor {
292 public:
293 ParentCheckerVisitor() : nodes(0), root(nullptr) {}
294 void operator()(StringTree const &node) {
295 if (nodes == 0) {
296 // root

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected