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