ReactivePlusPlus
One more implementation of ReactiveX approach in C++ with care about performance and templates in mind
 
Loading...
Searching...
No Matches
rpp::grouped_observable< KeyType, Type, OnSubscribeFn > Member List

This is the complete list of members for rpp::grouped_observable< KeyType, Type, OnSubscribeFn >, including all inherited members.

as_blocking() const &rpp::interface_observable< Type, specific_observable< Type, OnSubscribeFn > >inline
as_dynamic() const &rpp::specific_observable< Type, OnSubscribeFn >inline
as_dynamic() && (defined in rpp::specific_observable< Type, OnSubscribeFn >)rpp::specific_observable< Type, OnSubscribeFn >inline
get_key() const (defined in rpp::grouped_observable< KeyType, Type, OnSubscribeFn >)rpp::grouped_observable< KeyType, Type, OnSubscribeFn >inline
grouped_observable(KeyType key, const OnSubscribeFn &on_subscribe) (defined in rpp::grouped_observable< KeyType, Type, OnSubscribeFn >)rpp::grouped_observable< KeyType, Type, OnSubscribeFn >inline
grouped_observable(KeyType key, OnSubscribeFn &&on_subscribe) (defined in rpp::grouped_observable< KeyType, Type, OnSubscribeFn >)rpp::grouped_observable< KeyType, Type, OnSubscribeFn >inline
op(OperatorFn &&fn) const &rpp::interface_observable< Type, specific_observable< Type, OnSubscribeFn > >inline
operator=(const specific_observable &other)=default (defined in rpp::specific_observable< Type, OnSubscribeFn >)rpp::specific_observable< Type, OnSubscribeFn >
operator=(specific_observable &&other) noexcept=default (defined in rpp::specific_observable< Type, OnSubscribeFn >)rpp::specific_observable< Type, OnSubscribeFn >
specific_observable(OnSubscribeFn &&on_subscribe) (defined in rpp::specific_observable< Type, OnSubscribeFn >)rpp::specific_observable< Type, OnSubscribeFn >inline
specific_observable(const OnSubscribeFn &on_subscribe) (defined in rpp::specific_observable< Type, OnSubscribeFn >)rpp::specific_observable< Type, OnSubscribeFn >inline
specific_observable(const specific_observable &other)=default (defined in rpp::specific_observable< Type, OnSubscribeFn >)rpp::specific_observable< Type, OnSubscribeFn >
specific_observable(specific_observable &&other) noexcept=default (defined in rpp::specific_observable< Type, OnSubscribeFn >)rpp::specific_observable< Type, OnSubscribeFn >