My Project
|
Public Types | |
enum class | Category { Well , Group , Field , Region , Block , Connection , Segment , Aquifer , Node , Miscellaneous } |
enum class | Type { Rate , Total , Ratio , Pressure , Count , Mode , ProdIndex , Undefined } |
using | number_renderer = std::function< std::string(const SummaryNode &)> |
Static Public Member Functions | |
static Category | category_from_keyword (const std::string &, const std::unordered_set< std::string > &miscellaneous_keywords={}) |
Public Attributes | |
std::string | keyword |
Category | category |
Type | type |
std::string | wgname |
int | number |
std::optional< std::string > | fip_region |
std::optional< lgr_info > | lgr |
Static Public Attributes | |
constexpr static int | default_number { std::numeric_limits<int>::min() } |