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-test.hpp>
Public Types | |
typedef rxn::notification< T > | notification_type |
typedef rxn::recorded< typename notification_type::type > | recorded_type |
typedef rxn::subscription | subscription_type |
Public Member Functions | |
messages () | |
Static Public Member Functions | |
template<typename U > | |
static recorded_type | next (long ticks, U value) |
static recorded_type | completed (long ticks) |
template<typename Exception > | |
static recorded_type | error (long ticks, Exception &&e) |
static rxn::subscription | subscribe (long subscribe, long unsubscribe) |
typedef rxn::notification<T> rxcpp::schedulers::test::messages< T >::notification_type |
typedef rxn::recorded<typename notification_type::type> rxcpp::schedulers::test::messages< T >::recorded_type |
typedef rxn::subscription rxcpp::schedulers::test::messages< T >::subscription_type |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |