#include <UDQInput.hpp>

Public Member Functions

 UDQInput (const UDQIndex &index, const UDQDefine &udq_define, const std::string &unit)
 
 UDQInput (const UDQIndex &index, const UDQAssign &udq_assign, const std::string &unit)
 
template<typename T >
const T & get () const
 
template<typename T >
bool is () const
 
const std::stringkeyword () const
 
const UDQVarTypevar_type () const
 
const std::stringunit () const
 

Public Attributes

const UDQIndex index
 

Constructor & Destructor Documentation

◆ UDQInput() [1/2]

Opm::UDQInput::UDQInput ( const UDQIndex index,
const UDQDefine udq_define,
const std::string unit 
)

◆ UDQInput() [2/2]

Opm::UDQInput::UDQInput ( const UDQIndex index,
const UDQAssign udq_assign,
const std::string unit 
)

Member Function Documentation

◆ get()

template<typename T >
const T & Opm::UDQInput::get ( ) const

◆ is()

template<typename T >
bool Opm::UDQInput::is ( ) const

◆ keyword()

const std::string & Opm::UDQInput::keyword ( ) const

◆ unit()

const std::string & Opm::UDQInput::unit ( ) const

◆ var_type()

const UDQVarType & Opm::UDQInput::var_type ( ) const

Member Data Documentation

◆ index

const UDQIndex Opm::UDQInput::index

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