20#ifndef WVFPEXP_HPP_HEADER_INCLUDED
21#define WVFPEXP_HPP_HEADER_INCLUDED
27namespace Opm {
namespace RestartIO {
36 static WVFPEXP serializationTestObject();
41 bool explicit_lookup()
const;
45 bool report_first()
const;
46 bool report_every()
const;
48 bool operator==(
const WVFPEXP& other)
const;
49 bool operator!=(
const WVFPEXP& other)
const;
51 template<
class Serializer>
54 serializer(m_explicit);
56 serializer(m_prevent);
60 enum class Prevent :
unsigned char { No, ReportFirst, ReportEvery };
62 bool m_explicit{
false};
64 Prevent m_prevent{Prevent::No};
Definition DeckRecord.hpp:32
Class for (de-)serializing.
Definition Serializer.hpp:84
Definition WVFPEXP.hpp:34
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30