|
lsst.daf.persistence
15.0-4-g45f767a+7
|
Construct a static instance of this helper class to register a Formatter subclass in the FormatterRegistry. More...
#include <Formatter.h>
Public Member Functions | |
| FormatterRegistration (std::string const &persistableName, std::type_info const &persistableType, Formatter::FactoryPtr factory) | |
| Constructor. More... | |
Construct a static instance of this helper class to register a Formatter subclass in the FormatterRegistry.
Definition at line 138 of file Formatter.h.
| lsst::daf::persistence::FormatterRegistration::FormatterRegistration | ( | std::string const & | persistableName, |
| std::type_info const & | persistableType, | ||
| Formatter::FactoryPtr | factory | ||
| ) |
Constructor.
Registers Formatter subclass factory function.
| [in] | persistableName | Name of the Persistable subclass |
| [in] | persistableType | typeid() of the Persistable subclass |
| [in] | factory | Factory function for the Formatter, taking a Policy |
Definition at line 56 of file Formatter.cc.
1.8.13