#include <UDQDefine.hpp>
|
| | UDQDefine () |
| |
| | UDQDefine (const UDQParams &udq_params, const std::string &keyword, const std::vector< std::string > &deck_data) |
| |
| | UDQDefine (const UDQParams &udq_params, const std::string &keyword, const std::vector< std::string > &deck_data, const ParseContext &parseContext, ErrorGuard &errors) |
| |
| template<typename T > |
| | UDQDefine (const UDQParams &udq_params, const std::string &keyword, const std::vector< std::string > &deck_data, const ParseContext &parseContext, T &&errors) |
| |
| | UDQDefine (const std::string &keyword, std::shared_ptr< UDQASTNode > astPtr, UDQVarType type, const std::string &string_data) |
| |
| UDQSet | eval (const UDQContext &context) const |
| |
| const std::string & | keyword () const |
| |
| const std::string & | input_string () const |
| |
| UDQVarType | var_type () const |
| |
| std::set< UDQTokenType > | func_tokens () const |
| |
| bool | operator== (const UDQDefine &data) const |
| |
| template<class Serializer > |
| void | serializeOp (Serializer &serializer) |
| |
◆ UDQDefine() [1/5]
| Opm::UDQDefine::UDQDefine |
( |
| ) |
|
◆ UDQDefine() [2/5]
◆ UDQDefine() [3/5]
◆ UDQDefine() [4/5]
◆ UDQDefine() [5/5]
◆ eval()
◆ func_tokens()
| std::set< UDQTokenType > Opm::UDQDefine::func_tokens |
( |
| ) |
const |
◆ input_string()
| const std::string & Opm::UDQDefine::input_string |
( |
| ) |
const |
◆ keyword()
◆ operator==()
◆ serializeObject()
| static UDQDefine Opm::UDQDefine::serializeObject |
( |
| ) |
|
|
static |
◆ serializeOp()
| void Opm::UDQDefine::serializeOp |
( |
Serializer & |
serializer | ) |
|
|
inline |
◆ var_type()
The documentation for this class was generated from the following file: