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

Method create

src/osvr/PluginHost/PluginSpecificRegistrationContext.cpp:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 PluginSpecificRegistrationContext::~PluginSpecificRegistrationContext() {}
39
40 PluginRegPtr
41 PluginSpecificRegistrationContext::create(std::string const &name) {
42 PluginRegPtr pluginReg =
43 make_shared<PluginSpecificRegistrationContextImpl>(name);
44 return pluginReg;
45 }
46
47 PluginSpecificRegistrationContext &
48 PluginSpecificRegistrationContext::get(OSVR_PluginRegContext ctx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected