IODA Bundle
|
A subclass of ObsErrorFactory able to create instances of T (a concrete subclass of interface::ObsErrorBase<OBS>). Passes OBS::ObsSpace to the constructor of T. More...
#include <ObsErrorBase.h>
Public Types | |
typedef oops::ObsErrorBase< OBS > | ObsErrorBase_ |
typedef oops::ObsErrorFactory< OBS > | ObsErrorFactory_ |
typedef oops::ObsSpace< OBS > | ObsSpace_ |
Public Member Functions | |
ObsErrorMaker (const std::string &name) | |
![]() | |
virtual | ~ObsErrorFactory ()=default |
Private Member Functions | |
std::unique_ptr< ObsErrorBase_ > | make (const eckit::Configuration &conf, const ObsSpace_ &obsspace) 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 interface::ObsErrorBase<OBS>). Passes OBS::ObsSpace to the constructor of T.
Definition at line 110 of file interface/ObsErrorBase.h.
typedef oops::ObsErrorBase<OBS> oops::interface::ObsErrorMaker< OBS, T >::ObsErrorBase_ |
Definition at line 112 of file interface/ObsErrorBase.h.
typedef oops::ObsErrorFactory<OBS> oops::interface::ObsErrorMaker< OBS, T >::ObsErrorFactory_ |
Definition at line 113 of file interface/ObsErrorBase.h.
typedef oops::ObsSpace<OBS> oops::interface::ObsErrorMaker< OBS, T >::ObsSpace_ |
Definition at line 114 of file interface/ObsErrorBase.h.
|
inlineexplicit |
Definition at line 116 of file interface/ObsErrorBase.h.
|
inlineoverrideprivatevirtual |
Implements oops::ObsErrorFactory< OBS >.
Definition at line 119 of file interface/ObsErrorBase.h.