opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
static_component_registries.h
Go to the documentation of this file.
1#pragma once
2
3namespace OpenSim { class Component; }
4namespace opyn { template<typename> class ComponentRegistry; }
5
6namespace opyn
7{
8 template<typename T>
10
12
14}
Definition component_registry.h:17
Definition static_component_registries.h:3
Definition component_registry.h:14
const ComponentRegistry< OpenSim::Component > & GetCustomComponentRegistry()
const ComponentRegistry< T > & GetComponentRegistry()
const ComponentRegistry< OpenSim::Component > & GetAllRegisteredComponents()