Additional Inherited Members | |
![]() | |
bool | registerFactory (const std::string &type, const IFactory< IFilter, FilterFactoryContext > &factory) |
bool | unregisterFactory (const std::string &type) |
std::shared_ptr< IFilter > | create (const std::string &type, const FilterFactoryContext *ctx=nullptr) const |
![]() | |
typedef std::map< const std::string, const IFactory < IFilter, FilterFactoryContext > * > | FactoryMap |
typedef FactoryMap::const_iterator | FactoryMapConstIter |
typedef FactoryMap::iterator | FactoryMapIter |
![]() | |
FactoryMap | _factories |