Searched refs:GenericFactoryRegistry (Results 1 – 2 of 2) sorted by relevance
41 GenericFactoryRegistry::GenericFactoryRegistry (void) in GenericFactoryRegistry() function in tcu::GenericFactoryRegistry45 GenericFactoryRegistry::~GenericFactoryRegistry (void) in ~GenericFactoryRegistry()51 AbstractFactory* GenericFactoryRegistry::getFactoryByIndex (size_t index) in getFactoryByIndex()57 const AbstractFactory* GenericFactoryRegistry::getFactoryByIndex (size_t index) const in getFactoryByIndex()63 AbstractFactory* GenericFactoryRegistry::getFactoryByName (const std::string& name) in getFactoryByName()74 const AbstractFactory* GenericFactoryRegistry::getFactoryByName (const std::string& name) const in getFactoryByName()85 void GenericFactoryRegistry::registerFactory (AbstractFactory* factory) in registerFactory()
43 class GenericFactoryRegistry class46 GenericFactoryRegistry (void);47 ~GenericFactoryRegistry (void);61 GenericFactoryRegistry (const GenericFactoryRegistry&);62 GenericFactoryRegistry& operator= (const GenericFactoryRegistry&);104 GenericFactoryRegistry m_registry;