OOPS
test::LinearVariableChangeFixture< MODEL > Class Template Reference

#include <LinearVariableChange.h>

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

Static Public Member Functions

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

Private Types

typedef oops::Geometry< MODEL > Geometry_
 
typedef oops::State< MODEL > State_
 
typedef util::DateTime DateTime_
 

Private Member Functions

 LinearVariableChangeFixture ()
 
 ~LinearVariableChangeFixture ()
 

Static Private Member Functions

static LinearVariableChangeFixture< MODEL > & getInstance ()
 

Private Attributes

std::vector< eckit::LocalConfiguration > confs_
 
std::unique_ptr< const State_xx_
 
std::unique_ptr< const Geometry_resol_
 
std::unique_ptr< const util::DateTime > time_
 

Detailed Description

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

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

Member Typedef Documentation

◆ DateTime_

template<typename MODEL >
typedef util::DateTime test::LinearVariableChangeFixture< MODEL >::DateTime_
private

Definition at line 47 of file test/interface/LinearVariableChange.h.

◆ Geometry_

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

Definition at line 45 of file test/interface/LinearVariableChange.h.

◆ State_

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

Definition at line 46 of file test/interface/LinearVariableChange.h.

Constructor & Destructor Documentation

◆ LinearVariableChangeFixture()

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

Definition at line 61 of file test/interface/LinearVariableChange.h.

◆ ~LinearVariableChangeFixture()

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

Definition at line 61 of file test/interface/LinearVariableChange.h.

Member Function Documentation

◆ confs()

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

Definition at line 50 of file test/interface/LinearVariableChange.h.

Here is the call graph for this function:

◆ getInstance()

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

Definition at line 61 of file test/interface/LinearVariableChange.h.

Here is the caller graph for this function:

◆ reset()

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

Definition at line 54 of file test/interface/LinearVariableChange.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::LinearVariableChangeFixture< MODEL >::resol ( )
inlinestatic

Definition at line 52 of file test/interface/LinearVariableChange.h.

Here is the call graph for this function:

◆ time()

template<typename MODEL >
static const DateTime_& test::LinearVariableChangeFixture< MODEL >::time ( )
inlinestatic

Definition at line 53 of file test/interface/LinearVariableChange.h.

Here is the call graph for this function:

◆ xx()

template<typename MODEL >
static const State_& test::LinearVariableChangeFixture< MODEL >::xx ( )
inlinestatic

Definition at line 51 of file test/interface/LinearVariableChange.h.

Here is the call graph for this function:

Member Data Documentation

◆ confs_

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

Definition at line 82 of file test/interface/LinearVariableChange.h.

◆ resol_

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

Definition at line 84 of file test/interface/LinearVariableChange.h.

◆ time_

template<typename MODEL >
std::unique_ptr<const util::DateTime> test::LinearVariableChangeFixture< MODEL >::time_
private

Definition at line 85 of file test/interface/LinearVariableChange.h.

◆ xx_

template<typename MODEL >
std::unique_ptr<const State_ > test::LinearVariableChangeFixture< MODEL >::xx_
private

Definition at line 83 of file test/interface/LinearVariableChange.h.


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