UFO
ufo::test::TestParameters< T > Class Template Reference

#include <ParallelObsDistribution.h>

Inheritance diagram for ufo::test::TestParameters< T >:
Collaboration diagram for ufo::test::TestParameters< T >:

Public Attributes

oops::RequiredParameter< Variablevariable {"variable", this}
 
oops::RequiredParameter< std::vector< T > > expectedValues {"expectedValues", this}
 

Detailed Description

template<typename T>
class ufo::test::TestParameters< T >

Definition at line 44 of file test/ufo/ParallelObsDistribution.h.

Member Data Documentation

◆ expectedValues

template<typename T >
oops::RequiredParameter<std::vector<T> > ufo::test::TestParameters< T >::expectedValues {"expectedValues", this}

Definition at line 49 of file test/ufo/ParallelObsDistribution.h.

◆ variable

template<typename T >
oops::RequiredParameter<Variable> ufo::test::TestParameters< T >::variable {"variable", this}

Definition at line 48 of file test/ufo/ParallelObsDistribution.h.


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