OOPS
test::TestParameters Class Reference

#include <mpi.h>

Inheritance diagram for test::TestParameters:
Collaboration diagram for test::TestParameters:

Public Attributes

oops::RequiredParameter< std::vector< util::DateTime > > datetime {"datetime", this}
 
oops::RequiredParameter< std::vector< int > > int_ {"int", this}
 
oops::RequiredParameter< std::vector< std::string > > string {"string", this}
 

Detailed Description

Definition at line 38 of file test/mpi/mpi.h.

Member Data Documentation

◆ datetime

oops::RequiredParameter<std::vector<util::DateTime> > test::TestParameters::datetime {"datetime", this}

Definition at line 41 of file test/mpi/mpi.h.

◆ int_

oops::RequiredParameter<std::vector<int> > test::TestParameters::int_ {"int", this}

Definition at line 42 of file test/mpi/mpi.h.

◆ string

oops::RequiredParameter<std::vector<std::string> > test::TestParameters::string {"string", this}

Definition at line 43 of file test/mpi/mpi.h.


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