|
fw4spl
|
FactoryRegistryBase is a class used to store factories. More...
#include <FactoryRegistry.hpp>
Inheritance diagram for fwCore::util::FactoryRegistryBase< FACTORY_SIGNATURE, KEY_TYPE, FACTORY_HOLDER >:
Collaboration diagram for fwCore::util::FactoryRegistryBase< FACTORY_SIGNATURE, KEY_TYPE, FACTORY_HOLDER >:Public Member Functions | |
| void | addFactory (const KeyType &name, FactoryType factory) |
| Add a factory to the registry. | |
| virtual FactoryType | getFactory (const KeyType &key) const |
| returns the factory associated with the key. | |
| virtual KeyVectorType | getFactoryKeys () const |
| returns the registered factory keys. | |
Protected Attributes | |
| RegistryType | m_registry |
| mutable::fwCore::mt::ReadWriteMutex | m_mutex |
FactoryRegistryBase is a class used to store factories.
Definition at line 28 of file FactoryRegistry.hpp.