ActionValue.hpp File Reference
Include dependency graph for ActionValue.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Opm::Action::Value
 

Namespaces

namespace  Opm
 
namespace  Opm::Action
 

Enumerations

enum  Opm::TokenType {
  Opm::number , Opm::ecl_expr , Opm::open_paren , Opm::close_paren ,
  Opm::op_gt , Opm::op_ge , Opm::op_lt , Opm::op_le ,
  Opm::op_eq , Opm::op_ne , Opm::op_and , Opm::op_or ,
  Opm::end , Opm::error
}
 
enum class  Opm::FuncType {
  Opm::none , Opm::time , Opm::region , Opm::field ,
  Opm::group , Opm::well , Opm::well_segment , Opm::well_connection ,
  Opm::Well_lgr , Opm::aquifer , Opm::block
}