25 #ifndef LSST_MWI_PERSISTENCE_STORAGEREGISTRY_H
26 #define LSST_MWI_PERSISTENCE_STORAGEREGISTRY_H
54 namespace persistence {
std::shared_ptr< Storage > Ptr
Interface for Storage abstract base class.
Class to register Storage subclasses.
static StorageRegistry & getRegistry(void)
Return a reference to a subclass registry.
Storage::Ptr createInstance(std::string const &name)
Create a Storage subclass instance by name.