OOPS
test::VariableChangeFixture< MODEL > Class Template Reference

#include <VariableChange.h>

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

Static Public Member Functions

static std::vector< eckit::LocalConfiguration > & confs ()
 
static const Geometry_resol ()
 
static void reset ()
 

Private Types

typedef oops::Geometry< MODEL > Geometry_
 
typedef oops::State< MODEL > State_
 

Private Member Functions

 VariableChangeFixture ()
 
 ~VariableChangeFixture ()
 

Static Private Member Functions

static VariableChangeFixture< MODEL > & getInstance ()
 

Private Attributes

std::vector< eckit::LocalConfiguration > confs_
 
std::unique_ptr< const Geometry_resol_
 

Detailed Description

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

Definition at line 37 of file test/interface/VariableChange.h.

Member Typedef Documentation

◆ Geometry_

template<typename MODEL >
typedef oops::Geometry<MODEL> test::VariableChangeFixture< MODEL >::Geometry_
private

Definition at line 38 of file test/interface/VariableChange.h.

◆ State_

template<typename MODEL >
typedef oops::State<MODEL> test::VariableChangeFixture< MODEL >::State_
private

Definition at line 39 of file test/interface/VariableChange.h.

Constructor & Destructor Documentation

◆ VariableChangeFixture()

template<typename MODEL >
test::VariableChangeFixture< MODEL >::VariableChangeFixture ( )
inlineprivate

Definition at line 49 of file test/interface/VariableChange.h.

◆ ~VariableChangeFixture()

template<typename MODEL >
test::VariableChangeFixture< MODEL >::~VariableChangeFixture ( )
inlineprivate

Definition at line 49 of file test/interface/VariableChange.h.

Member Function Documentation

◆ confs()

template<typename MODEL >
static std::vector<eckit::LocalConfiguration>& test::VariableChangeFixture< MODEL >::confs ( )
inlinestatic

Definition at line 42 of file test/interface/VariableChange.h.

Here is the call graph for this function:

◆ getInstance()

template<typename MODEL >
static VariableChangeFixture<MODEL>& test::VariableChangeFixture< MODEL >::getInstance ( )
inlinestaticprivate

Definition at line 49 of file test/interface/VariableChange.h.

Here is the caller graph for this function:

◆ reset()

template<typename MODEL >
static void test::VariableChangeFixture< MODEL >::reset ( )
inlinestatic

Definition at line 44 of file test/interface/VariableChange.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ resol()

template<typename MODEL >
static const Geometry_& test::VariableChangeFixture< MODEL >::resol ( )
inlinestatic

Definition at line 43 of file test/interface/VariableChange.h.

Here is the call graph for this function:

Member Data Documentation

◆ confs_

template<typename MODEL >
std::vector<eckit::LocalConfiguration> test::VariableChangeFixture< MODEL >::confs_
private

Definition at line 67 of file test/interface/VariableChange.h.

◆ resol_

template<typename MODEL >
std::unique_ptr<const Geometry_> test::VariableChangeFixture< MODEL >::resol_
private

Definition at line 68 of file test/interface/VariableChange.h.


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