|
| UDQASTNode (UDQTokenType type_arg) |
|
| UDQASTNode (double scalar_value) |
|
| UDQASTNode (UDQTokenType type_arg, const std::variant< std::string, double > &value_arg, const UDQASTNode &left_arg) |
|
| UDQASTNode (UDQTokenType type_arg, const std::variant< std::string, double > &value_arg, const UDQASTNode &left, const UDQASTNode &right) |
|
| UDQASTNode (UDQTokenType type_arg, const std::variant< std::string, double > &value_arg) |
|
| UDQASTNode (UDQTokenType type_arg, const std::variant< std::string, double > &value_arg, const std::vector< std::string > &selector) |
|
UDQSet | eval (UDQVarType eval_target, const UDQContext &context) const |
|
bool | valid () const |
|
std::set< UDQTokenType > | func_tokens () const |
|
void | update_type (const UDQASTNode &arg) |
|
void | set_left (const UDQASTNode &arg) |
|
void | set_right (const UDQASTNode &arg) |
|
void | scale (double sign_factor) |
|
UDQASTNode * | get_left () const |
|
UDQASTNode * | get_right () const |
|
bool | operator== (const UDQASTNode &data) const |
|
void | required_summary (std::unordered_set< std::string > &summary_keys) const |
|
template<class Serializer > |
void | serializeOp (Serializer &serializer) |
|
|
UDQVarType | var_type { UDQVarType::NONE } |
|
The documentation for this class was generated from the following files:
- opm/input/eclipse/Schedule/UDQ/UDQASTNode.hpp
- opm/input/eclipse/Schedule/UDQ/UDQASTNode.cpp