|
My Project
|
Public Member Functions | |
| WellSet (const std::vector< std::string > &wells) | |
| void | add (const std::string &well) |
| std::size_t | size () const |
| std::vector< std::string > | wells () const |
| bool | contains (const std::string &well) const |
| WellSet & | intersect (const WellSet &other) |
| WellSet & | add (const WellSet &other) |
| bool | operator== (const WellSet &other) const |
| template<class Serializer > | |
| void | serializeOp (Serializer &serializer) |
Static Public Member Functions | |
| static WellSet | serializeObject () |