My Project
|
Container of entities from a dynamic context. More...
#include <UDQConfig.hpp>
Classes | |
class | StringRange |
Random access range of string values. More... | |
Public Member Functions | |
DynamicSelector ()=default | |
Default constructor. | |
DynamicSelector & | wells (std::vector< std::string >::const_iterator first, std::vector< std::string >::const_iterator last) |
Include a range of well names into the dynamic selector. | |
DynamicSelector & | wells (const StringRange &srange) |
Include a range of well names into the dynamic selector. | |
const std::optional< StringRange > | wells () const |
Retrieve current dynamic well set. | |
Container of entities from a dynamic context.
Typically a collection of wells and/or groups that match an ACTIONX condtion.
|
default |
Default constructor.
Contains no wells.
|
inline |
Retrieve current dynamic well set.
Nullopt if there are no dynamic wells.
|
inline |
Include a range of well names into the dynamic selector.
[in] | srange | Existing string range. |
|
inline |
Include a range of well names into the dynamic selector.
[in] | first | First element in range. |
[in] | last | One past the end of the elements in the range. |