|
FastLED 3.9.15
|
This is the complete list of members for fl::task::Handle, including all inherited members.
| _execute_catch(const Error &error) FL_NOEXCEPT | fl::task::Handle | private |
| _execute_then() FL_NOEXCEPT | fl::task::Handle | private |
| _has_then() const FL_NOEXCEPT | fl::task::Handle | private |
| _id() const FL_NOEXCEPT | fl::task::Handle | private |
| _is_canceled() const FL_NOEXCEPT | fl::task::Handle | private |
| _ready_to_run(u32 current_time) const FL_NOEXCEPT | fl::task::Handle | private |
| _ready_to_run_frame_task(u32 current_time) const FL_NOEXCEPT | fl::task::Handle | private |
| _set_id(int id) FL_NOEXCEPT | fl::task::Handle | private |
| _set_last_run_time(u32 time) FL_NOEXCEPT | fl::task::Handle | private |
| _trace_label() const FL_NOEXCEPT | fl::task::Handle | private |
| _type() const FL_NOEXCEPT | fl::task::Handle | private |
| cancel() FL_NOEXCEPT | fl::task::Handle | |
| catch_(function< void(const Error &)> on_catch) FL_NOEXCEPT | fl::task::Handle | |
| Handle() FL_NOEXCEPT=default | fl::task::Handle | |
| Handle(const Handle &) FL_NOEXCEPT=default | fl::task::Handle | |
| Handle(Handle &&) FL_NOEXCEPT=default | fl::task::Handle | |
| Handle(shared_ptr< ITaskImpl > impl) FL_NOEXCEPT | fl::task::Handle | explicit |
| has_catch() const FL_NOEXCEPT | fl::task::Handle | |
| has_then() const FL_NOEXCEPT | fl::task::Handle | |
| id() const FL_NOEXCEPT | fl::task::Handle | |
| interval_ms() const FL_NOEXCEPT | fl::task::Handle | |
| is_valid() const FL_NOEXCEPT | fl::task::Handle | |
| isCoroutine() const FL_NOEXCEPT | fl::task::Handle | |
| isRunning() const FL_NOEXCEPT | fl::task::Handle | |
| last_run_time() const FL_NOEXCEPT | fl::task::Handle | |
| mImpl | fl::task::Handle | private |
| operator=(const Handle &) FL_NOEXCEPT=default | fl::task::Handle | |
| operator=(Handle &&) FL_NOEXCEPT=default | fl::task::Handle | |
| ready_to_run(u32 current_time) const FL_NOEXCEPT | fl::task::Handle | |
| Scheduler class | fl::task::Handle | friend |
| set_interval_ms(int interval_ms) FL_NOEXCEPT | fl::task::Handle | |
| set_last_run_time(u32 time) FL_NOEXCEPT | fl::task::Handle | |
| stop() FL_NOEXCEPT | fl::task::Handle | |
| then(function< void()> on_then) FL_NOEXCEPT | fl::task::Handle | |
| trace_label() const FL_NOEXCEPT | fl::task::Handle | |
| type() const FL_NOEXCEPT | fl::task::Handle |