|
opynsim
Unofficial C++ Documentation
|
#include <component_registry_entry.h>
Public Member Functions | |
| ComponentRegistryEntry (std::string_view name_, std::string_view description_, std::shared_ptr< const T > prototype_) | |
| const T & | prototype () const |
| std::unique_ptr< T > | instantiate () const |
Public Member Functions inherited from opyn::ComponentRegistryEntryBase | |
| ComponentRegistryEntryBase (std::string_view name_, std::string_view description_, std::shared_ptr< const OpenSim::Component >) | |
| osc::CStringView | name () const |
| osc::CStringView | description () const |
| const OpenSim::Component & | prototype () const |
| std::unique_ptr< OpenSim::Component > | instantiate () const |
|
inline |
|
inline |
|
inline |