Public Member Functions | |
virtual std::unique_ptr< Inport > | create (std::string_view className, std::string_view identifier) const override |
virtual bool | hasKey (std::string_view key) const override |
![]() | |
Factory (const Factory &)=delete | |
Factory (Factory &&)=default | |
Factory & | operator= (const Factory &)=delete |
Factory & | operator= (Factory &&)=default |
virtual std::unique_ptr< Inport > | create (std::string_view key, Args... args) const=0 |
virtual std::shared_ptr< Inport > | createShared (std::string_view key, Args... args) const |
![]() | |
virtual std::unique_ptr< Inport > | create (std::string_view key, Args... args) const override |
![]() | |
Factory (const Factory &)=delete | |
Factory (Factory &&)=default | |
Factory & | operator= (const Factory &)=delete |
Factory & | operator= (Factory &&)=default |
virtual std::shared_ptr< Inport > | createShared (std::string_view key, Args... args) const |
![]() | |
virtual bool | registerObject (InportFactoryObject *obj) |
virtual bool | unRegisterObject (InportFactoryObject *obj) |
bool | hasKey (std::string_view key) const |
std::vector< factoryKeyType< std::string_view > > | getKeys () const |
auto | getKeyView () const |
InportFactoryObject * | getFactoryObject (std::string_view key) const |
![]() | |
Observable (const Observable< FactoryObserver< InportFactoryObject > > &other) | |
Observable (Observable< FactoryObserver< InportFactoryObject > > &&other) noexcept | |
Observable< FactoryObserver< InportFactoryObject > > & | operator= (const Observable< FactoryObserver< InportFactoryObject > > &other) |
Observable< FactoryObserver< InportFactoryObject > > & | operator= (Observable< FactoryObserver< InportFactoryObject > > &&other) noexcept |
void | addObserver (FactoryObserver< InportFactoryObject > *observer) |
void | removeObserver (FactoryObserver< InportFactoryObject > *observer) |
virtual void | startBlockingNotifications () override final |
virtual void | stopBlockingNotifications () override final |
Additional Inherited Members | |
![]() | |
void | notifyObserversOnRegister (InportFactoryObject *p) |
void | notifyObserversOnUnRegister (InportFactoryObject *p) |
![]() | |
void | forEachObserver (C callback) |
![]() | |
void | addObservationHelper (Observer *observer) |
void | removeObservationHelper (Observer *observer) |
![]() | |
std::map< factoryKeyType< std::string_view >, InportFactoryObject *, std::less<> > | map_ |
|
inlineoverridevirtual |