Execution::ClockFactoryList Class Referencefinal
Inheritance diagram for Execution::ClockFactoryList:

Public Types | |
using object_type = Clock | |
![]() | |
using factory_type = ClockFactory | |
using key_type = typename FactoryType::ConcreteKey | |
using vector_type = IndirectContainer< ClockFactory > | |
![]() | |
using ctnr_t = std::vector< T *, U > | |
using value_type = T | |
Additional Inherited Members | |
![]() | |
constexpr score::InterfaceKey interfaceKey () const noexcept final override | |
A key that uniquely identifies this family of factories. | |
void insert (std::unique_ptr< score::InterfaceBase > e) final override | |
insert Register a new factory. | |
ClockFactory * get (const key_type &k) const noexcept | |
Get a particular factory from its ConcreteKey. | |
![]() | |
InterfaceListBase (const InterfaceListBase &)=delete | |
InterfaceListBase (InterfaceListBase &&)=delete | |
InterfaceListBase & operator= (const InterfaceListBase &)=delete | |
InterfaceListBase & operator= (InterfaceListBase &&)=delete | |
![]() | |
auto begin () noexcept | |
auto end () noexcept | |
auto begin () const noexcept | |
auto end () const noexcept | |
auto rbegin () noexcept | |
auto rend () noexcept | |
auto rbegin () const noexcept | |
auto rend () const noexcept | |
auto cbegin () const noexcept | |
auto cend () const noexcept | |
auto size () const noexcept | |
auto empty () const noexcept | |
auto push_back (T *ptr) | |
auto & front () const noexcept | |
auto & back () const noexcept | |
auto & operator[] (int pos) noexcept | |
auto & operator[] (int pos) const noexcept | |
![]() | |
static const constexpr score::InterfaceKey static_interfaceKey () noexcept | |
![]() | |
Nano::Signal< void(const factory_type &)> added | |
![]() | |
static constexpr bool factory_list_tag = true | |
![]() | |
ossia::hash_map< typename FactoryType::ConcreteKey, std::unique_ptr< ClockFactory > > map | |
The documentation for this class was generated from the following file: