IODA Bundle
|
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>
Public Member Functions | |
ObsErrorMaker (const std::string &name) | |
![]() | |
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 std::unique_ptr< ObsErrorBase_ > | create (const eckit::Configuration &, const ObsSpace_ &) |
![]() | |
ObsErrorFactory (const std::string &) | |
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.
|
private |
Definition at line 103 of file generic/ObsErrorBase.h.
|
private |
Definition at line 104 of file generic/ObsErrorBase.h.
|
inlineexplicit |
Definition at line 109 of file generic/ObsErrorBase.h.
|
inlineoverrideprivatevirtual |
Implements oops::ObsErrorFactory< OBS >.
Definition at line 105 of file generic/ObsErrorBase.h.