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 | Namespaces | Macros | Functions
rx-test.hpp File Reference
#include "rx-includes.hpp"
#include "schedulers/rx-test.hpp"
Include dependency graph for rx-test.hpp:

Go to the source code of this file.

Classes

class  rxcpp::test::testable_observer< T >
 
class  rxcpp::test::testable_observable< T >
 a source of values that records the time of each subscription/unsubscription and all the values and the time they were emitted. More...
 

Namespaces

 rxcpp
 
 rxcpp::test
 

Macros

#define RXCPP_RX_TEST_HPP
 

Functions

template<class T , class OperatorFactory >
auto operator>> (const rxcpp::test::testable_observable< T > &source, OperatorFactory &&of) -> decltype(source.op(std::forward< OperatorFactory >(of)))
 
template<class T , class OperatorFactory >
auto operator| (const rxcpp::test::testable_observable< T > &source, OperatorFactory &&of) -> decltype(source.op(std::forward< OperatorFactory >(of)))
 

Macro Definition Documentation

#define RXCPP_RX_TEST_HPP

Function Documentation

template<class T , class OperatorFactory >
auto operator>> ( const rxcpp::test::testable_observable< T > &  source,
OperatorFactory &&  of 
) -> decltype(source.op(std::forward<OperatorFactory>(of)))
template<class T , class OperatorFactory >
auto operator| ( const rxcpp::test::testable_observable< T > &  source,
OperatorFactory &&  of 
) -> decltype(source.op(std::forward<OperatorFactory>(of)))