FV3 Bundle
test::Model< MODEL > Class Template Reference

#include <Model.h>

Inheritance diagram for test::Model< MODEL >:
[legend]
Collaboration diagram for test::Model< MODEL >:
[legend]

Public Member Functions

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

Private Member Functions

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

Detailed Description

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

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

Constructor & Destructor Documentation

◆ Model()

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

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

◆ ~Model()

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

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

Member Function Documentation

◆ register_tests()

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

Implements oops::Test.

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

◆ testid()

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

Implements oops::Test.

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


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