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++.
|
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))) |
#define RXCPP_RX_TEST_HPP |
auto operator>> | ( | const rxcpp::test::testable_observable< T > & | source, |
OperatorFactory && | of | ||
) | -> decltype(source.op(std::forward<OperatorFactory>(of))) |
auto operator| | ( | const rxcpp::test::testable_observable< T > & | source, |
OperatorFactory && | of | ||
) | -> decltype(source.op(std::forward<OperatorFactory>(of))) |