Additional Inherited Members | |
![]() | |
virtual std::unique_ptr< Recorder > | create (std::string_view key, Args... args) 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::shared_ptr< Recorder > | createShared (std::string_view key, Args... args) const |
![]() | |
virtual bool | registerObject (RecorderFactory *obj) |
virtual bool | unRegisterObject (RecorderFactory *obj) |
bool | hasKey (std::string_view key) const |
std::vector< factoryKeyType< std::string_view > > | getKeys () const |
auto | getKeyView () const |
RecorderFactory * | getFactoryObject (std::string_view key) const |
![]() | |
Observable (const Observable< FactoryObserver< RecorderFactory > > &other) | |
Observable (Observable< FactoryObserver< RecorderFactory > > &&other) noexcept | |
Observable< FactoryObserver< RecorderFactory > > & | operator= (const Observable< FactoryObserver< RecorderFactory > > &other) |
Observable< FactoryObserver< RecorderFactory > > & | operator= (Observable< FactoryObserver< RecorderFactory > > &&other) noexcept |
void | addObserver (FactoryObserver< RecorderFactory > *observer) |
void | removeObserver (FactoryObserver< RecorderFactory > *observer) |
virtual void | startBlockingNotifications () override final |
virtual void | stopBlockingNotifications () override final |
![]() | |
void | notifyObserversOnRegister (RecorderFactory *p) |
void | notifyObserversOnUnRegister (RecorderFactory *p) |
![]() | |
void | forEachObserver (C callback) |
![]() | |
void | addObservationHelper (Observer *observer) |
void | removeObservationHelper (Observer *observer) |
![]() | |
std::map< factoryKeyType< std::string_view >, RecorderFactory *, std::less<> > | map_ |