RxCpp
The Reactive Extensions for Native (RxCpp) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators in both C and C++.
rxcpp::resource< T > Member List

This is the complete list of members for rxcpp::resource< T >, including all inherited members.

add(subscription s) const rxcpp::resource< T >inline
add(F f) const -> typename std::enable_if< detail::is_unsubscribe_function< F >::value, weak_subscription >::typerxcpp::resource< T >inline
clear() const rxcpp::resource< T >inline
get()rxcpp::resource< T >inline
get_subscription()rxcpp::resource< T >inline
is_subscribed() const rxcpp::resource< T >inline
lifetimerxcpp::resource< T >protected
remove(weak_subscription w) const rxcpp::resource< T >inline
resource()rxcpp::resource< T >inline
resource(T t, composite_subscription cs=composite_subscription())rxcpp::resource< T >inlineexplicit
subscription_tag typedefrxcpp::subscription_base
unsubscribe() const rxcpp::resource< T >inline
valuerxcpp::resource< T >protected
weak_subscription typedefrxcpp::resource< T >