IODA
ioda::ObsIoMaker< T > Class Template Reference

#include <ObsIoFactory.h>

Inheritance diagram for ioda::ObsIoMaker< T >:
Collaboration diagram for ioda::ObsIoMaker< T >:

Public Member Functions

 ObsIoMaker (const std::string &name)
 
std::shared_ptr< ObsIomake (const ObsIoParametersBase &ioParameters, const ObsSpaceParameters &obsSpaceParameters) override
 
std::unique_ptr< ObsIoParametersBasemakeParameters () const override
 
- Public Member Functions inherited from ioda::ObsIoFactory
virtual ~ObsIoFactory ()=default
 

Private Types

typedef T::Parameters_ Parameters_
 

Additional Inherited Members

- Static Public Member Functions inherited from ioda::ObsIoFactory
static std::shared_ptr< ObsIocreate (ObsIoModes mode, const ObsSpaceParameters &parameters)
 Create and return a new instance of an ObsIo subclass. More...
 
static std::unique_ptr< ObsIoParametersBasecreateParameters (const std::string &name)
 Create and return an instance of the subclass of ObsIoParametersBase storing parameters of the specified type of ObsIo. More...
 
static std::vector< std::string > getMakerNames ()
 Return the names of all ObsIo subclasses that can be created by one of the registered makers. More...
 
- Protected Member Functions inherited from ioda::ObsIoFactory
 ObsIoFactory (const std::string &)
 Register a maker able to create instances of the specified ObsIo subclass. More...
 

Detailed Description

template<class T>
class ioda::ObsIoMaker< T >

Definition at line 66 of file ObsIoFactory.h.

Member Typedef Documentation

◆ Parameters_

template<class T >
typedef T::Parameters_ ioda::ObsIoMaker< T >::Parameters_
private

Definition at line 68 of file ObsIoFactory.h.

Constructor & Destructor Documentation

◆ ObsIoMaker()

template<class T >
ioda::ObsIoMaker< T >::ObsIoMaker ( const std::string &  name)
inlineexplicit

Definition at line 71 of file ObsIoFactory.h.

Member Function Documentation

◆ make()

template<class T >
std::shared_ptr<ObsIo> ioda::ObsIoMaker< T >::make ( const ObsIoParametersBase ioParameters,
const ObsSpaceParameters obsSpaceParameters 
)
inlineoverridevirtual

Implements ioda::ObsIoFactory.

Definition at line 73 of file ObsIoFactory.h.

◆ makeParameters()

template<class T >
std::unique_ptr<ObsIoParametersBase> ioda::ObsIoMaker< T >::makeParameters ( ) const
inlineoverridevirtual

Implements ioda::ObsIoFactory.

Definition at line 79 of file ObsIoFactory.h.


The documentation for this class was generated from the following file: