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