11 #ifndef OOPS_RUNS_APPLICATION_H_ 12 #define OOPS_RUNS_APPLICATION_H_ 17 #include "oops/util/Printable.h" 31 virtual int execute(
const eckit::Configuration &)
const = 0;
34 virtual std::string
appname()
const = 0;
42 #endif // OOPS_RUNS_APPLICATION_H_ virtual std::string appname() const =0
The namespace for the main oops code.
virtual void print(std::ostream &os) const
virtual int execute(const eckit::Configuration &) const =0