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

Method create

src/osvr/Common/SystemComponent.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 shared_ptr<SystemComponent> SystemComponent::create() {
103 shared_ptr<SystemComponent> ret(new SystemComponent);
104 return ret;
105 }
106
107 SystemComponent::SystemComponent() {}
108

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected