OOPS
oops::ObsErrorFactory< OBS > Class Template Referenceabstract

ObsErrorFactory Factory. More...

#include <ObsErrorBase.h>

Inheritance diagram for oops::ObsErrorFactory< OBS >:

Public Member Functions

virtual ~ObsErrorFactory ()=default
 

Static Public Member Functions

static std::unique_ptr< ObsErrorBase< OBS > > create (const eckit::Configuration &, const ObsSpace_ &)
 

Protected Member Functions

 ObsErrorFactory (const std::string &)
 

Private Types

typedef ObsSpace< OBS > ObsSpace_
 

Private Member Functions

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

Static Private Member Functions

static std::map< std::string, ObsErrorFactory< OBS > * > & getMakers ()
 

Detailed Description

template<typename OBS>
class oops::ObsErrorFactory< OBS >

ObsErrorFactory Factory.

Definition at line 59 of file ObsErrorBase.h.

Member Typedef Documentation

◆ ObsSpace_

template<typename OBS >
typedef ObsSpace<OBS> oops::ObsErrorFactory< OBS >::ObsSpace_
private

Definition at line 60 of file ObsErrorBase.h.

Constructor & Destructor Documentation

◆ ~ObsErrorFactory()

template<typename OBS >
virtual oops::ObsErrorFactory< OBS >::~ObsErrorFactory ( )
virtualdefault

◆ ObsErrorFactory()

template<typename OBS >
oops::ObsErrorFactory< OBS >::ObsErrorFactory ( const std::string &  name)
explicitprotected

Definition at line 90 of file ObsErrorBase.h.

Member Function Documentation

◆ create()

template<typename OBS >
std::unique_ptr< ObsErrorBase< OBS > > oops::ObsErrorFactory< OBS >::create ( const eckit::Configuration &  conf,
const ObsSpace_ obs 
)
static

Definition at line 101 of file ObsErrorBase.h.

◆ getMakers()

template<typename OBS >
static std::map< std::string, ObsErrorFactory<OBS> * >& oops::ObsErrorFactory< OBS >::getMakers ( )
inlinestaticprivate

Definition at line 69 of file ObsErrorBase.h.

◆ make()

template<typename OBS >
virtual ObsErrorBase<OBS>* oops::ObsErrorFactory< OBS >::make ( const eckit::Configuration &  ,
const ObsSpace_  
)
privatepure virtual

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