|
| Result (bool result_arg) |
|
| Result (bool result_arg, const std::vector< std::string > &wells) |
|
| Result (bool result_arg, const WellSet &wells) |
|
| operator bool () const |
|
std::vector< std::string > | wells () const |
|
bool | has_well (const std::string &well) const |
|
void | add_well (const std::string &well) |
|
Result & | operator|= (const Result &other) |
|
Result & | operator&= (const Result &other) |
|
bool | operator== (const Result &other) const |
|
template<class Serializer > |
void | serializeOp (Serializer &serializer) |
|
|
static Result | serializationTestObject () |
|
The documentation for this class was generated from the following files:
- opm/input/eclipse/Schedule/Action/ActionResult.hpp
- opm/input/eclipse/Schedule/Action/ActionResult.cpp