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::notifications::notification< T > Member List

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

observer_type typedefrxcpp::notifications::notification< T >
on_completed()rxcpp::notifications::notification< T >inlinestatic
on_error(Exception &&e)rxcpp::notifications::notification< T >inlinestatic
on_next(U value)rxcpp::notifications::notification< T >inlinestatic
type typedefrxcpp::notifications::notification< T >