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

#include <rx-test.hpp>

Public Types

typedef rxn::notification< T > notification_type
 
typedef rxn::recorded< typename notification_type::typerecorded_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)
 

Member Typedef Documentation

Constructor & Destructor Documentation

template<class T >
rxcpp::schedulers::test::messages< T >::messages ( )
inline

Member Function Documentation

template<class T >
static recorded_type rxcpp::schedulers::test::messages< T >::completed ( long  ticks)
inlinestatic
template<class T >
template<typename Exception >
static recorded_type rxcpp::schedulers::test::messages< T >::error ( long  ticks,
Exception &&  e 
)
inlinestatic
template<class T >
template<typename U >
static recorded_type rxcpp::schedulers::test::messages< T >::next ( long  ticks,
value 
)
inlinestatic
template<class T >
static rxn::subscription rxcpp::schedulers::test::messages< T >::subscribe ( long  subscribe,
long  unsubscribe 
)
inlinestatic

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