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

Method empty

src/osvr/Client/VRPNConnectionCollection.h:54–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 getConnection(common::elements::DeviceElement const &elt);
53 OSVR_CLIENT_EXPORT void updateAll();
54 bool empty() const {
55 return m_connMap->empty();
56 }
57
58 private:
59 typedef std::unordered_map<std::string, vrpn_ConnectionPtr>

Callers 7

addInterfaceMethod · 0.45
removeInterfaceMethod · 0.45
parseMethod · 0.45
m_handleMethod · 0.45
m_handleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected