IODA
|
A class able to instantiate objects of type T, which should be a subclass of Distribution. More...
#include <DistributionFactory.h>
Public Member Functions | |
DistributionMaker (const std::string &name) | |
![]() | |
virtual | ~DistributionFactory ()=default |
Private Member Functions | |
std::unique_ptr< Distribution > | make (const eckit::mpi::Comm &comm, const eckit::Configuration &config) override |
Additional Inherited Members | |
![]() | |
static std::unique_ptr< Distribution > | create (const eckit::mpi::Comm &comm, const eckit::Configuration &config) |
Create a Distribution object implementing a particular method of distributing observations across multiple process elements.. More... | |
![]() | |
DistributionFactory (const std::string &name) | |
A class able to instantiate objects of type T, which should be a subclass of Distribution.
Definition at line 58 of file DistributionFactory.h.
|
inlineexplicit |
Definition at line 64 of file DistributionFactory.h.
|
inlineoverrideprivatevirtual |
Implements ioda::DistributionFactory.
Definition at line 59 of file DistributionFactory.h.