OOPS
test::ObsTestsFixture< OBS > Class Template Reference

#include <ObsTestsFixture.h>

Inheritance diagram for test::ObsTestsFixture< OBS >:
Collaboration diagram for test::ObsTestsFixture< OBS >:

Static Public Member Functions

static const util::DateTime & tbgn ()
 
static const util::DateTime & tend ()
 
static ObsSpaces_obspace ()
 
static void reset ()
 

Private Types

typedef oops::ObsSpaces< OBS > ObsSpaces_
 

Private Member Functions

 ObsTestsFixture ()
 
 ~ObsTestsFixture ()
 

Static Private Member Functions

static ObsTestsFixture< OBS > & getInstance ()
 

Private Attributes

std::unique_ptr< const util::DateTime > tbgn_
 
std::unique_ptr< const util::DateTime > tend_
 
std::unique_ptr< ObsSpaces_ospaces_
 

Detailed Description

template<typename OBS>
class test::ObsTestsFixture< OBS >

Definition at line 29 of file ObsTestsFixture.h.

Member Typedef Documentation

◆ ObsSpaces_

template<typename OBS >
typedef oops::ObsSpaces<OBS> test::ObsTestsFixture< OBS >::ObsSpaces_
private

Definition at line 30 of file ObsTestsFixture.h.

Constructor & Destructor Documentation

◆ ObsTestsFixture()

template<typename OBS >
test::ObsTestsFixture< OBS >::ObsTestsFixture ( )
inlineprivate

Definition at line 44 of file ObsTestsFixture.h.

Here is the call graph for this function:

◆ ~ObsTestsFixture()

template<typename OBS >
test::ObsTestsFixture< OBS >::~ObsTestsFixture ( )
inlineprivate

Definition at line 50 of file ObsTestsFixture.h.

Member Function Documentation

◆ getInstance()

template<typename OBS >
static ObsTestsFixture<OBS>& test::ObsTestsFixture< OBS >::getInstance ( )
inlinestaticprivate

Definition at line 52 of file ObsTestsFixture.h.

Here is the caller graph for this function:

◆ obspace()

template<typename OBS >
static ObsSpaces_& test::ObsTestsFixture< OBS >::obspace ( )
inlinestatic

Definition at line 35 of file ObsTestsFixture.h.

Here is the call graph for this function:

◆ reset()

template<typename OBS >
static void test::ObsTestsFixture< OBS >::reset ( )
inlinestatic

Definition at line 37 of file ObsTestsFixture.h.

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

◆ tbgn()

template<typename OBS >
static const util::DateTime& test::ObsTestsFixture< OBS >::tbgn ( )
inlinestatic

Definition at line 33 of file ObsTestsFixture.h.

Here is the call graph for this function:

◆ tend()

template<typename OBS >
static const util::DateTime& test::ObsTestsFixture< OBS >::tend ( )
inlinestatic

Definition at line 34 of file ObsTestsFixture.h.

Here is the call graph for this function:

Member Data Documentation

◆ ospaces_

template<typename OBS >
std::unique_ptr<ObsSpaces_> test::ObsTestsFixture< OBS >::ospaces_
private

Definition at line 59 of file ObsTestsFixture.h.

◆ tbgn_

template<typename OBS >
std::unique_ptr<const util::DateTime> test::ObsTestsFixture< OBS >::tbgn_
private

Definition at line 57 of file ObsTestsFixture.h.

◆ tend_

template<typename OBS >
std::unique_ptr<const util::DateTime> test::ObsTestsFixture< OBS >::tend_
private

Definition at line 58 of file ObsTestsFixture.h.


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