OOPS
test::State< MODEL > Class Template Reference

#include <State.h>

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

Public Member Functions

 State ()
 
virtual ~State ()
 
- 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::State< MODEL >

Definition at line 330 of file test/interface/State.h.

Constructor & Destructor Documentation

◆ State()

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

Definition at line 332 of file test/interface/State.h.

◆ ~State()

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

Definition at line 333 of file test/interface/State.h.

Here is the call graph for this function:

Member Function Documentation

◆ clear()

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

Implements oops::Test.

Definition at line 355 of file test/interface/State.h.

◆ register_tests()

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

Implements oops::Test.

Definition at line 338 of file test/interface/State.h.

Here is the call graph for this function:

◆ testid()

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

Implements oops::Test.

Definition at line 336 of file test/interface/State.h.


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