fw4spl
|
FactoryRegistryBase is a class used to store factories. More...
#include <FactoryRegistry.hpp>
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.