Opm::UDQActive::Record Class Reference

#include <UDQActive.hpp>

Public Member Functions

 Record ()
 
 Record (const std::string &udq_arg, std::size_t input_index_arg, std::size_t use_index_arg, const std::string &wgname_arg, UDAControl control_arg)
 
bool operator== (const Record &other) const
 
bool operator!= (const Record &other) const
 
template<class Serializer >
void serializeOp (Serializer &serializer)
 

Public Attributes

std::string udq
 
std::size_t input_index
 
std::size_t use_index = 0
 
std::string wgname
 
UDAControl control
 
int uad_code
 
std::size_t use_count
 

Constructor & Destructor Documentation

◆ Record() [1/2]

Opm::UDQActive::Record::Record ( )
inline

References Opm::WCONPROD_ORAT.

◆ Record() [2/2]

Opm::UDQActive::Record::Record ( const std::string udq_arg,
std::size_t  input_index_arg,
std::size_t  use_index_arg,
const std::string wgname_arg,
UDAControl  control_arg 
)
inline

Member Function Documentation

◆ operator!=()

bool Opm::UDQActive::Record::operator!= ( const Record other) const
inline

◆ operator==()

bool Opm::UDQActive::Record::operator== ( const Record other) const
inline

◆ serializeOp()

template<class Serializer >
void Opm::UDQActive::Record::serializeOp ( Serializer serializer)
inline

Member Data Documentation

◆ control

UDAControl Opm::UDQActive::Record::control

Referenced by operator==(), and serializeOp().

◆ input_index

std::size_t Opm::UDQActive::Record::input_index

Referenced by operator==(), and serializeOp().

◆ uad_code

int Opm::UDQActive::Record::uad_code

Referenced by operator==(), and serializeOp().

◆ udq

std::string Opm::UDQActive::Record::udq

Referenced by operator==(), and serializeOp().

◆ use_count

std::size_t Opm::UDQActive::Record::use_count

Referenced by operator==(), and serializeOp().

◆ use_index

std::size_t Opm::UDQActive::Record::use_index = 0

Referenced by operator==(), and serializeOp().

◆ wgname

std::string Opm::UDQActive::Record::wgname

Referenced by operator==(), and serializeOp().


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