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++.
Classes | Public Types | Static Public Member Functions | List of all members
rxcpp::notifications::notification< T > Struct Template Reference

#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)
 

Member Typedef Documentation

template<typename T >
typedef detail::notification_base<T>::observer_type rxcpp::notifications::notification< T >::observer_type
template<typename T >
typedef detail::notification_base<T>::type rxcpp::notifications::notification< T >::type

Member Function Documentation

template<typename T >
static type rxcpp::notifications::notification< T >::on_completed ( )
inlinestatic
template<typename T >
template<typename Exception >
static type rxcpp::notifications::notification< T >::on_error ( Exception &&  e)
inlinestatic
template<typename T >
template<typename U >
static type rxcpp::notifications::notification< T >::on_next ( value)
inlinestatic

The documentation for this struct was generated from the following file: