|
| Actions (const std::vector< ActionX > &action, const std::vector< PyAction > &pyactions) |
|
std::size_t | py_size () const |
|
std::size_t | ecl_size () const |
|
int | max_input_lines () const |
|
bool | empty () const |
|
void | add (const ActionX &action) |
|
void | add (const PyAction &pyaction) |
|
bool | ready (const State &state, std::time_t sim_time) const |
|
const ActionX & | operator[] (const std::string &name) const |
|
const ActionX & | operator[] (std::size_t index) const |
|
std::vector< const ActionX * > | pending (const State &state, std::time_t sim_time) const |
|
std::vector< const PyAction * > | pending_python (const State &state) const |
|
bool | has (const std::string &name) const |
|
std::vector< ActionX >::const_iterator | begin () const |
|
std::vector< ActionX >::const_iterator | end () const |
|
bool | operator== (const Actions &data) const |
|
template<class Serializer > |
void | serializeOp (Serializer &serializer) |
|
|
static Actions | serializationTestObject () |
|
The documentation for this class was generated from the following files:
- opm/input/eclipse/Schedule/Action/Actions.hpp
- opm/input/eclipse/Schedule/Action/Actions.cpp