|
lsst.afw g3a5ebb7d8a+28b83bf6a5
|
Abstract factory that creates GenericMap and MutableGenericMap instances as needed. More...
#include <test.h>
Public Member Functions | |
| virtual | ~GenericFactory ()=default |
| virtual std::unique_ptr< GenericMap< int > > | makeGenericMap () const =0 |
| Create a map containing the following state: | |
| virtual std::unique_ptr< MutableGenericMap< std::string > > | makeMutableGenericMap () const =0 |
| Create an empty map. | |
Abstract factory that creates GenericMap and MutableGenericMap instances as needed.
|
virtualdefault |
|
pure virtual |
Create a map containing the following state:
|
pure virtual |
Create an empty map.