|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
This is the complete list of members for Aleph::CancellationToken, including all inherited members.
| CancellationSource | Aleph::CancellationToken | friend |
| CancellationToken(std::shared_ptr< CancellationState > state) noexcept | Aleph::CancellationToken | inlineexplicitprivate |
| CancellationToken()=default | Aleph::CancellationToken | |
| is_cancellation_requested() const noexcept | Aleph::CancellationToken | inline |
| notify_on_cancel(std::condition_variable &cv) const | Aleph::CancellationToken | inline |
| state_ | Aleph::CancellationToken | private |
| stop_requested() const noexcept | Aleph::CancellationToken | inline |
| throw_if_cancellation_requested() const | Aleph::CancellationToken | inline |
| valid() const noexcept | Aleph::CancellationToken | inline |