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

#include <State.h>

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

Static Public Member Functions

static const eckit::Configuration & test ()
 
static const Geometry_resol ()
 

Private Types

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

Private Member Functions

 StateFixture ()
 
 ~StateFixture ()
 

Static Private Member Functions

static StateFixture< MODEL > & getInstance ()
 

Private Attributes

boost::scoped_ptr< const eckit::LocalConfiguration > test_
 
boost::scoped_ptr< Geometry_resol_
 

Detailed Description

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

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

Member Typedef Documentation

◆ Geometry_

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

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

◆ State_

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

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

Constructor & Destructor Documentation

◆ StateFixture()

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

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

Here is the call graph for this function:

◆ ~StateFixture()

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

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

Member Function Documentation

◆ getInstance()

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

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

Here is the caller graph for this function:

◆ resol()

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

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

Here is the call graph for this function:

◆ test()

template<typename MODEL>
static const eckit::Configuration& test::StateFixture< MODEL >::test ( )
inlinestatic

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

Here is the call graph for this function:

Member Data Documentation

◆ resol_

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

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

◆ test_

template<typename MODEL>
boost::scoped_ptr<const eckit::LocalConfiguration> test::StateFixture< MODEL >::test_
private

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


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