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++.
rxcpp::schedulers::test Member List

This is the complete list of members for rxcpp::schedulers::test, including all inherited members.

clock() const rxcpp::schedulers::testinline
clock_type typedefrxcpp::schedulers::test
create_worker(composite_subscription cs=composite_subscription()) const rxcpp::schedulers::testinline
created_timerxcpp::schedulers::teststatic
is_enabled() const rxcpp::schedulers::testinline
make_cold_observable(std::vector< rxn::recorded< std::shared_ptr< rxn::detail::notification_base< T >>>> messages) const rxcpp::schedulers::testinline
make_cold_observable(const T(&arr)[size]) const -> decltype(tester->make_cold_observable(std::vector< T >()))rxcpp::schedulers::testinline
make_cold_observable(std::initializer_list< T > il) const -> decltype(tester->make_cold_observable(std::vector< T >()))rxcpp::schedulers::testinline
make_hot_observable(std::vector< rxn::recorded< std::shared_ptr< rxn::detail::notification_base< T >>>> messages) const rxcpp::schedulers::testinline
make_hot_observable(const T(&arr)[size]) const -> decltype(tester->make_hot_observable(std::vector< T >()))rxcpp::schedulers::testinline
make_hot_observable(std::initializer_list< T > il) const -> decltype(tester->make_hot_observable(std::vector< T >()))rxcpp::schedulers::testinline
now() const rxcpp::schedulers::testinline
scheduler()rxcpp::schedulers::schedulerinline
scheduler(detail::scheduler_interface_ptr i)rxcpp::schedulers::schedulerinlineexplicit
scheduler(detail::const_scheduler_interface_ptr i)rxcpp::schedulers::schedulerinlineexplicit
scheduler_tag typedefrxcpp::schedulers::scheduler_base
subscribed_timerxcpp::schedulers::teststatic
test(std::shared_ptr< detail::test_type > t)rxcpp::schedulers::testinlineexplicit
to_time_point(long absolute) const rxcpp::schedulers::testinline
unsubscribed_timerxcpp::schedulers::teststatic