My Project
|
Report keyword integer control handler from sequence of mnemonic strings. More...
#include <SimpleRPTIntegerControlHandler.hpp>
Public Member Functions | |
SimpleRPTIntegerControlHandler (std::initializer_list< const char * > keywords) | |
Constructor. | |
RPTKeywordNormalisation::MnemonicMap | operator() (const std::vector< int > &controlValues) const |
Function call operator. | |
Report keyword integer control handler from sequence of mnemonic strings.
|
inlineexplicit |
Constructor.
Internalises sequence of mnemonic strings from which to infer an integer control handler.
[in] | keywords | Mnemonic strings. |
Opm::RPTKeywordNormalisation::MnemonicMap Opm::SimpleRPTIntegerControlHandler::operator() | ( | const std::vector< int > & | controlValues | ) | const |
Function call operator.
Creates sequence of mnemonics along with associate integer mnemonic values.
[in] | controlValues | Integer control values. |