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++.
|
#include <rx-notification.hpp>
Public Types | |
typedef detail::notification_base< T >::type | type |
typedef detail::notification_base< T >::observer_type | observer_type |
Static Public Member Functions | |
template<typename U > | |
static type | on_next (U value) |
static type | on_completed () |
template<typename Exception > | |
static type | on_error (Exception &&e) |
typedef detail::notification_base<T>::observer_type rxcpp::notifications::notification< T >::observer_type |
typedef detail::notification_base<T>::type rxcpp::notifications::notification< T >::type |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |