#include <ObsIoFactory.h>
Definition at line 29 of file ObsIoFactory.h.
◆ ~ObsIoFactory()
virtual ioda::ObsIoFactory::~ObsIoFactory |
( |
| ) |
|
|
virtualdefault |
◆ ObsIoFactory()
ioda::ObsIoFactory::ObsIoFactory |
( |
const std::string & |
name | ) |
|
|
explicitprotected |
Register a maker able to create instances of the specified ObsIo subclass.
Definition at line 17 of file ObsIoFactory.cc.
◆ create()
Create and return a new instance of an ObsIo subclass.
If mode
is set to READ, the type of the instantiated subclass is determined by the string returned by parameters.top_level_.obsIoInParameters().type.value()
. If mode
is set to WRITE, an ObsIoFileCreate instance is returned unless `parameters.top_level_.obsOutFile is not set, in which case an exception is thrown.
Definition at line 24 of file ObsIoFactory.cc.
◆ createParameters()
std::unique_ptr< ObsIoParametersBase > ioda::ObsIoFactory::createParameters |
( |
const std::string & |
name | ) |
|
|
static |
◆ getMaker()
ObsIoFactory & ioda::ObsIoFactory::getMaker |
( |
const std::string & |
name | ) |
|
|
staticprivate |
◆ getMakerNames()
std::vector< std::string > ioda::ObsIoFactory::getMakerNames |
( |
| ) |
|
|
static |
Return the names of all ObsIo subclasses that can be created by one of the registered makers.
Definition at line 70 of file ObsIoFactory.cc.
◆ getMakers()
std::map< std::string, ObsIoFactory * > & ioda::ObsIoFactory::getMakers |
( |
| ) |
|
|
staticprivate |
◆ make()
◆ makeParameters()
The documentation for this class was generated from the following files: