IODA
|
#include "ioda/Engines/Factory.h"
#include <iostream>
#include <string>
#include "ioda/Engines/HH.h"
#include "ioda/Engines/ObsStore.h"
#include "ioda/Exception.h"
#include "ioda/Group.h"
#include "ioda/defs.h"
Go to the source code of this file.
Namespaces | |
ioda | |
ioda::Engines | |
The backends that implement the ioda-engines functionality. | |
Functions | |
IODA_DL Group | ioda::Engines::constructFromCmdLine (int argc, char **argv, const std::string &defaultFilename) |
This is a wrapper function around the constructBackend function for creating a backend based on command-line options. Intended for unit testing only. More... | |
IODA_DL Group | ioda::Engines::constructBackend (BackendNames name, BackendCreationParameters ¶ms) |
This is a simple factory style function that will instantiate a different backend based on a given name an parameters. More... | |
IODA_DL std::ostream & | ioda::Engines::operator<< (std::ostream &os, const BackendCreateModes &mode) |
stream operator More... | |
IODA_DL std::ostream & | ioda::Engines::operator<< (std::ostream &os, const BackendOpenModes &mode) |
stream operator More... | |