ReactivePlusPlus
One more implementation of ReactiveX approach in C++ with care about performance and templates in mind
 
Loading...
Searching...
No Matches
rpp::specific_observer< T, OnNext, OnError, OnCompleted > Member List

This is the complete list of members for rpp::specific_observer< T, OnNext, OnError, OnCompleted >, including all inherited members.

as_dynamic() const &rpp::specific_observer< T, OnNext, OnError, OnCompleted >inline
as_dynamic() && (defined in rpp::specific_observer< T, OnNext, OnError, OnCompleted >)rpp::specific_observer< T, OnNext, OnError, OnCompleted >inline
on_completed() constrpp::details::state_observer< T, OnNext, OnError, OnCompleted, States >inline
on_error(const std::exception_ptr &err) constrpp::details::state_observer< T, OnNext, OnError, OnCompleted, States >inline
on_next(const T &v) constrpp::details::state_observer< T, OnNext, OnError, OnCompleted, States >inline
on_next(T &&v) constrpp::details::state_observer< T, OnNext, OnError, OnCompleted, States >inline
specific_observer(TOnNext &&on_next={}, TOnError &&on_error={}, TOnCompleted &&on_completed={}) (defined in rpp::specific_observer< T, OnNext, OnError, OnCompleted >)rpp::specific_observer< T, OnNext, OnError, OnCompleted >inline
specific_observer(constraint::on_next_fn< T > auto &&on_next, constraint::on_completed_fn auto &&on_completed) (defined in rpp::specific_observer< T, OnNext, OnError, OnCompleted >)rpp::specific_observer< T, OnNext, OnError, OnCompleted >inline
state_observer(std::invocable< T, States... > auto &&on_next, std::invocable< std::exception_ptr, States... > auto &&on_error, std::invocable< States... > auto &&on_completed, TStates &&...states) (defined in rpp::details::state_observer< T, OnNext, OnError, OnCompleted, States >)rpp::details::state_observer< T, OnNext, OnError, OnCompleted, States >inline