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

Method InterfaceTree

src/osvr/Client/InterfaceTree.cpp:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 };
49
50 InterfaceTree::InterfaceTree() : m_root(node_type::createRoot()) {}
51
52 bool InterfaceTree::addInterface(common::ClientInterfacePtr const &iface) {
53 auto &ifaces = getInterfacesForPath(iface->getPath());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected