OOPS
oops::ObsErrorMaker< OBS, T > Class Template Reference

#include <ObsErrorBase.h>

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

Public Member Functions

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

Private Types

typedef ObsSpace< OBS > ObsSpace_
 

Private Member Functions

virtual ObsErrorBase< OBS > * make (const eckit::Configuration &conf, const ObsSpace_ &obs)
 

Additional Inherited Members

- Static Public Member Functions inherited from oops::ObsErrorFactory< OBS >
static std::unique_ptr< ObsErrorBase< OBS > > 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 >

Definition at line 78 of file ObsErrorBase.h.

Member Typedef Documentation

◆ ObsSpace_

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

Definition at line 79 of file ObsErrorBase.h.

Constructor & Destructor Documentation

◆ ObsErrorMaker()

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

Definition at line 84 of file ObsErrorBase.h.

Member Function Documentation

◆ make()

template<class OBS , class T >
virtual ObsErrorBase<OBS>* oops::ObsErrorMaker< OBS, T >::make ( const eckit::Configuration &  conf,
const ObsSpace_ obs 
)
inlineprivatevirtual

Implements oops::ObsErrorFactory< OBS >.

Definition at line 80 of file ObsErrorBase.h.


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