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

Method DeviceComponent

src/osvr/Common/DeviceComponent.cpp:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35namespace osvr {
36namespace common {
37 DeviceComponent::DeviceComponent() : m_parent(nullptr) {}
38
39 void DeviceComponent::recordParent(Parent &dev) {
40 BOOST_ASSERT_MSG(nullptr == m_parent,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected