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

#include <Increment.h>

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

Static Public Member Functions

static const Geometry_resol ()
 
static const oops::Variablesctlvars ()
 
static const util::DateTime & time ()
 

Private Types

typedef oops::Geometry< MODEL > Geometry_
 

Private Member Functions

 IncrementFixture ()
 
 ~IncrementFixture ()
 

Static Private Member Functions

static IncrementFixture< MODEL > & getInstance ()
 

Private Attributes

boost::scoped_ptr< Geometry_resol_
 
boost::scoped_ptr< oops::Variablesctlvars_
 
boost::scoped_ptr< util::DateTime > time_
 

Detailed Description

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

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

Member Typedef Documentation

◆ Geometry_

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

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

Constructor & Destructor Documentation

◆ IncrementFixture()

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

Definition at line 56 of file test/interface/Increment.h.

Here is the call graph for this function:

◆ ~IncrementFixture()

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

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

Member Function Documentation

◆ ctlvars()

template<typename MODEL>
static const oops::Variables& test::IncrementFixture< MODEL >::ctlvars ( )
inlinestatic

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

Here is the call graph for this function:

◆ getInstance()

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

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

Here is the caller graph for this function:

◆ resol()

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

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

Here is the call graph for this function:

◆ time()

template<typename MODEL>
static const util::DateTime& test::IncrementFixture< MODEL >::time ( )
inlinestatic

Definition at line 48 of file test/interface/Increment.h.

Here is the call graph for this function:

Member Data Documentation

◆ ctlvars_

template<typename MODEL>
boost::scoped_ptr<oops::Variables> test::IncrementFixture< MODEL >::ctlvars_
private

Definition at line 70 of file test/interface/Increment.h.

◆ resol_

template<typename MODEL>
boost::scoped_ptr<Geometry_> test::IncrementFixture< MODEL >::resol_
private

Definition at line 69 of file test/interface/Increment.h.

◆ time_

template<typename MODEL>
boost::scoped_ptr<util::DateTime> test::IncrementFixture< MODEL >::time_
private

Definition at line 71 of file test/interface/Increment.h.


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