Definition component_registry_entry_base.h:12
Definition component_registry_entry.h:12
const T & prototype() const
Definition component_registry_entry.h:22
std::unique_ptr< T > instantiate() const
Definition component_registry_entry.h:28
ComponentRegistryEntry(std::string_view name_, std::string_view description_, std::shared_ptr< const T > prototype_)
Definition component_registry_entry.h:14