|
| NameOrder (std::initializer_list< std::string > names) |
|
| NameOrder (const std::vector< std::string > &names) |
|
void | add (const std::string &name) |
|
std::vector< std::string > | sort (std::vector< std::string > names) const |
|
const std::vector< std::string > & | names () const |
|
bool | has (const std::string &wname) const |
|
std::size_t | size () const |
|
template<class Serializer > |
void | serializeOp (Serializer &serializer) |
|
const std::string & | operator[] (std::size_t index) const |
|
bool | operator== (const NameOrder &other) const |
|
std::vector< std::string >::const_iterator | begin () const |
|
std::vector< std::string >::const_iterator | end () const |
|
The documentation for this class was generated from the following files:
- opm/input/eclipse/Schedule/Well/NameOrder.hpp
- opm/input/eclipse/Schedule/Well/NameOrder.cpp