IODA Bundle
oops::ObsErrorMaker< OBS, T > Class Template Reference

A subclass of ObsErrorFactory able to create instances of T (a concrete subclass of ObsErrorBase<OBS>). Passes ObsSpace<OBS> to the constructor of T. More...

#include <ObsErrorBase.h>

Inheritance diagram for oops::ObsErrorMaker< OBS, T >:
[legend]
Collaboration diagram for oops::ObsErrorMaker< OBS, T >:
[legend]

Public Member Functions

 ObsErrorMaker (const std::string &name)
 
- Public Member Functions inherited from oops::ObsErrorFactory< OBS >
virtual ~ObsErrorFactory ()=default
 

Private Types

typedef ObsErrorBase< OBS > ObsErrorBase_
 
typedef ObsSpace< OBS > ObsSpace_
 

Private Member Functions

std::unique_ptr< ObsErrorBase_make (const eckit::Configuration &conf, const ObsSpace_ &obs) override
 

Additional Inherited Members

- Static Public Member Functions inherited from oops::ObsErrorFactory< OBS >
static std::unique_ptr< ObsErrorBase_create (const eckit::Configuration &, const ObsSpace_ &)
 
- Protected Member Functions inherited from oops::ObsErrorFactory< OBS >
 ObsErrorFactory (const std::string &)
 

Detailed Description

template<class OBS, class T>
class oops::ObsErrorMaker< OBS, T >

A subclass of ObsErrorFactory able to create instances of T (a concrete subclass of ObsErrorBase<OBS>). Passes ObsSpace<OBS> to the constructor of T.

Definition at line 102 of file generic/ObsErrorBase.h.

Member Typedef Documentation

◆ ObsErrorBase_

template<class OBS , class T >
typedef ObsErrorBase<OBS> oops::ObsErrorMaker< OBS, T >::ObsErrorBase_
private

Definition at line 103 of file generic/ObsErrorBase.h.

◆ ObsSpace_

template<class OBS , class T >
typedef ObsSpace<OBS> oops::ObsErrorMaker< OBS, T >::ObsSpace_
private

Definition at line 104 of file generic/ObsErrorBase.h.

Constructor & Destructor Documentation

◆ ObsErrorMaker()

template<class OBS , class T >
oops::ObsErrorMaker< OBS, T >::ObsErrorMaker ( const std::string &  name)
inlineexplicit

Definition at line 109 of file generic/ObsErrorBase.h.

Member Function Documentation

◆ make()

template<class OBS , class T >
std::unique_ptr<ObsErrorBase_> oops::ObsErrorMaker< OBS, T >::make ( const eckit::Configuration &  conf,
const ObsSpace_ obs 
)
inlineoverrideprivatevirtual

Implements oops::ObsErrorFactory< OBS >.

Definition at line 105 of file generic/ObsErrorBase.h.


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