Aria 2.0.0
C++23 MVVM framework (C++20 minimum) — reactive, coroutine-first, ABI-layered
Loading...
Searching...
No Matches
aria::Loadable< T > Member List

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 noexceptaria::Loadable< T >inline
has_error() const noexceptaria::Loadable< T >inline
has_value() const noexceptaria::Loadable< T >inline
idle() noexceptaria::Loadable< T >inlinestatic
in_flight() const noexceptaria::Loadable< T >inline
is_error() const noexceptaria::Loadable< T >inline
is_idle() const noexceptaria::Loadable< T >inline
is_loading() const noexceptaria::Loadable< T >inline
is_refreshing() const noexceptaria::Loadable< T >inline
is_success() const noexceptaria::Loadable< T >inline
Loadable classaria::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 noexceptaria::Loadable< T >inline
success(T v)aria::Loadable< T >inlinestatic
value() const noexceptaria::Loadable< T >inline
value_or(U &&fallback) constaria::Loadable< T >inline
value_type typedefaria::Loadable< T >