|
Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
|
This is the complete list of members for aria::Loadable< T >, including all inherited members.
| error(Error err) | aria::Loadable< T > | inlinestatic |
| error(Error err, T prior) | aria::Loadable< T > | inlinestatic |
| error() const noexcept | aria::Loadable< T > | inline |
| has_error() const noexcept | aria::Loadable< T > | inline |
| has_value() const noexcept | aria::Loadable< T > | inline |
| idle() noexcept | aria::Loadable< T > | inlinestatic |
| in_flight() const noexcept | aria::Loadable< T > | inline |
| is_error() const noexcept | aria::Loadable< T > | inline |
| is_idle() const noexcept | aria::Loadable< T > | inline |
| is_loading() const noexcept | aria::Loadable< T > | inline |
| is_refreshing() const noexcept | aria::Loadable< T > | inline |
| is_success() const noexcept | aria::Loadable< T > | inline |
| Loadable class | aria::Loadable< T > | friend |
| loading() | aria::Loadable< T > | inlinestatic |
| map(F &&f) const -> Loadable< std::remove_cvref_t< std::invoke_result_t< F, const T & > > > | aria::Loadable< T > | inline |
| operator==(const Loadable &a, const Loadable &b) | aria::Loadable< T > | friend |
| refreshing(T prior) | aria::Loadable< T > | inlinestatic |
| state() const noexcept | aria::Loadable< T > | inline |
| success(T v) | aria::Loadable< T > | inlinestatic |
| value() const noexcept | aria::Loadable< T > | inline |
| value_or(U &&fallback) const | aria::Loadable< T > | inline |
| value_type typedef | aria::Loadable< T > |