MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / operator()

Method operator()

apps/osvr_print_tree.cpp:74–75  ·  view source on GitHub ↗

@brief print nothing for a null element.

Source from the content-addressed store, hash-verified

72
73 /// @brief print nothing for a null element.
74 void operator()(osvr::common::PathNode const &,
75 osvr::common::elements::NullElement const &) {}
76
77 /// @brief We might print something for a sensor element.
78 void operator()(osvr::common::PathNode const &node,

Callers

nothing calls this directly

Calls 4

outputPriorityFunction · 0.85
priorityMethod · 0.80
getFullDeviceNameMethod · 0.80
getSourceMethod · 0.45

Tested by

no test coverage detected