27 #include <opm/input/eclipse/Schedule/UDQ/UDQEnums.hpp>
33 UDQToken(
const std::string& string_token, UDQTokenType token_type);
34 UDQToken(
const std::string& string_token,
const std::vector<std::string>& selector);
36 const std::vector<std::string>& selector()
const;
37 const std::variant<std::string, double>& value()
const;
38 UDQTokenType type()
const;
39 std::string str()
const;
41 UDQTokenType token_type;
42 std::variant<std::string,double> m_value;
43 std::vector<std::string> m_selector;
Definition: UDQToken.hpp:31
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition: Exceptions.hpp:29