|
Taskolib
1.4.4
|
This is the complete list of members for task::Sequence, including all inherited members.
| assign(ConstIterator iter, const Step &step) | task::Sequence | |
| assign(ConstIterator iter, Step &&step) | task::Sequence | |
| autorun_ | task::Sequence | private |
| begin() const noexcept | task::Sequence | inline |
| cbegin() const noexcept | task::Sequence | inline |
| cend() const noexcept | task::Sequence | inline |
| check_syntax() const | task::Sequence | |
| check_syntax(ConstIterator begin, ConstIterator end) const | task::Sequence | private |
| check_syntax_for_if(ConstIterator begin, ConstIterator end) const | task::Sequence | private |
| check_syntax_for_try(ConstIterator begin, ConstIterator end) const | task::Sequence | private |
| check_syntax_for_while(ConstIterator begin, ConstIterator end) const | task::Sequence | private |
| ConstIterator typedef | task::Sequence | |
| ConstReverseIterator typedef | task::Sequence | |
| correct_error_index(std::function< OptionalStepIndex(StepIndex err_idx)> get_new_index) | task::Sequence | private |
| crbegin() const noexcept | task::Sequence | inline |
| crend() const noexcept | task::Sequence | inline |
| empty() const noexcept | task::Sequence | inline |
| end() const noexcept | task::Sequence | inline |
| enforce_consistency_of_disabled_flags() noexcept | task::Sequence | private |
| enforce_invariants() | task::Sequence | private |
| erase(ConstIterator iter) | task::Sequence | |
| erase(ConstIterator begin, ConstIterator end) | task::Sequence | |
| error_ | task::Sequence | private |
| execute(Context &context, CommChannel *comm_channel, OptionalStepIndex opt_step_index=std::nullopt) | task::Sequence | |
| execute_else_block(Iterator begin, Iterator end, Context &context, CommChannel *comm) | task::Sequence | private |
| execute_if_or_elseif_block(Iterator begin, Iterator end, Context &context, CommChannel *comm) | task::Sequence | private |
| execute_range(Iterator step_begin, Iterator step_end, Context &context, CommChannel *comm) | task::Sequence | private |
| execute_try_block(Iterator begin, Iterator end, Context &context, CommChannel *comm) | task::Sequence | private |
| execute_while_block(Iterator begin, Iterator end, Context &context, CommChannel *comm) | task::Sequence | private |
| find_end_of_continuation(Iterator block_start) | task::Sequence | private |
| find_end_of_continuation(ConstIterator block_start) const | task::Sequence | private |
| get_autorun() const noexcept | task::Sequence | inline |
| get_error() const | task::Sequence | inline |
| get_folder() const | task::Sequence | |
| get_indentation_error() const noexcept | task::Sequence | inline |
| get_label() const noexcept | task::Sequence | inline |
| get_maintainers() const noexcept | task::Sequence | inline |
| get_name() const noexcept | task::Sequence | inline |
| get_step_setup_script() const noexcept | task::Sequence | inline |
| get_tags() const noexcept | task::Sequence | inline |
| get_time_of_last_execution() const | task::Sequence | inline |
| get_timeout() const | task::Sequence | inline |
| get_unique_id() const noexcept | task::Sequence | inline |
| handle_execution(Context &context, CommChannel *comm_channel, std::string_view exec_block_name, std::function< void(Context &, CommChannel *)> runner) | task::Sequence | private |
| indent() | task::Sequence | private |
| indentation_error_ | task::Sequence | private |
| insert(ConstIterator iter, StepType step) | task::Sequence | inline |
| is_disabled() const noexcept | task::Sequence | inline |
| is_disabled_ | task::Sequence | private |
| is_running() const noexcept | task::Sequence | inline |
| is_running_ | task::Sequence | private |
| is_timeout_elapsed() const | task::Sequence | inline |
| Iterator typedef | task::Sequence | |
| label_ | task::Sequence | private |
| maintainers_ | task::Sequence | private |
| max_label_length | task::Sequence | static |
| max_size() noexcept | task::Sequence | inlinestatic |
| modify(ConstIterator iter, Closure modification_fct) | task::Sequence | inline |
| name_ | task::Sequence | private |
| operator[](SizeType idx) const noexcept | task::Sequence | inline |
| pop_back() | task::Sequence | |
| push_back(const Step &step) | task::Sequence | |
| push_back(Step &&step) | task::Sequence | |
| rbegin() const noexcept | task::Sequence | inline |
| rend() const noexcept | task::Sequence | inline |
| Sequence(std::string_view label="", SequenceName name=SequenceName{}, UniqueId uid=UniqueId{}) | task::Sequence | |
| set_autorun(bool autorun) | task::Sequence | |
| set_disabled(bool disabled=true) | task::Sequence | |
| set_error(std::optional< Error > opt_error) | task::Sequence | |
| set_label(std::string_view label) | task::Sequence | |
| set_maintainers(std::string_view maintainers) | task::Sequence | |
| set_name(SequenceName name) | task::Sequence | inline |
| set_running(bool running) noexcept | task::Sequence | inline |
| set_step_setup_script(std::string_view step_setup_script) | task::Sequence | |
| set_tags(const std::vector< Tag > &tags) | task::Sequence | |
| set_timeout(Timeout timeout) | task::Sequence | inline |
| set_unique_id(UniqueId uid) | task::Sequence | inline |
| size() const noexcept | task::Sequence | inline |
| SizeType typedef | task::Sequence | |
| step_setup_script_ | task::Sequence | private |
| steps_ | task::Sequence | private |
| tags_ | task::Sequence | private |
| throw_if_disabled() const | task::Sequence | private |
| throw_if_full() const | task::Sequence | private |
| throw_if_running() const | task::Sequence | private |
| throw_syntax_error_for_step(ConstIterator it, std::string_view msg) const | task::Sequence | private |
| timeout_trigger_ | task::Sequence | private |
| unique_id_ | task::Sequence | private |