OOPS
test::Model< MODEL > Class Template Reference

#include <Model.h>

Inheritance diagram for test::Model< MODEL >:
Collaboration diagram for test::Model< MODEL >:

Public Member Functions

 Model ()
 
virtual ~Model ()
 
- Public Member Functions inherited from oops::Test
 Test (const eckit::mpi::Comm &comm=oops::mpi::world())
 
virtual ~Test ()
 
int execute (const eckit::Configuration &config) const
 
- Public Member Functions inherited from oops::Application
 Application (const eckit::mpi::Comm &comm)
 
virtual ~Application ()
 

Private Member Functions

std::string testid () const override
 
void register_tests () const override
 
void clear () const override
 

Additional Inherited Members

- Protected Member Functions inherited from oops::Application
const eckit::mpi::Comm & getComm () const
 

Detailed Description

template<typename MODEL>
class test::Model< MODEL >

Definition at line 208 of file test/interface/Model.h.

Constructor & Destructor Documentation

◆ Model()

template<typename MODEL >
test::Model< MODEL >::Model ( )
inline

Definition at line 210 of file test/interface/Model.h.

◆ ~Model()

template<typename MODEL >
virtual test::Model< MODEL >::~Model ( )
inlinevirtual

Definition at line 211 of file test/interface/Model.h.

Here is the call graph for this function:

Member Function Documentation

◆ clear()

template<typename MODEL >
void test::Model< MODEL >::clear ( ) const
inlineoverrideprivatevirtual

Implements oops::Test.

Definition at line 228 of file test/interface/Model.h.

◆ register_tests()

template<typename MODEL >
void test::Model< MODEL >::register_tests ( ) const
inlineoverrideprivatevirtual

Implements oops::Test.

Definition at line 215 of file test/interface/Model.h.

Here is the call graph for this function:

◆ testid()

template<typename MODEL >
std::string test::Model< MODEL >::testid ( ) const
inlineoverrideprivatevirtual

Implements oops::Test.

Definition at line 213 of file test/interface/Model.h.


The documentation for this class was generated from the following file: