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++.
|
This is the complete list of members for rxcpp::schedulers::test, including all inherited members.
clock() const | rxcpp::schedulers::test | inline |
clock_type typedef | rxcpp::schedulers::test | |
create_worker(composite_subscription cs=composite_subscription()) const | rxcpp::schedulers::test | inline |
created_time | rxcpp::schedulers::test | static |
is_enabled() const | rxcpp::schedulers::test | inline |
make_cold_observable(std::vector< rxn::recorded< std::shared_ptr< rxn::detail::notification_base< T >>>> messages) const | rxcpp::schedulers::test | inline |
make_cold_observable(const T(&arr)[size]) const -> decltype(tester->make_cold_observable(std::vector< T >())) | rxcpp::schedulers::test | inline |
make_cold_observable(std::initializer_list< T > il) const -> decltype(tester->make_cold_observable(std::vector< T >())) | rxcpp::schedulers::test | inline |
make_hot_observable(std::vector< rxn::recorded< std::shared_ptr< rxn::detail::notification_base< T >>>> messages) const | rxcpp::schedulers::test | inline |
make_hot_observable(const T(&arr)[size]) const -> decltype(tester->make_hot_observable(std::vector< T >())) | rxcpp::schedulers::test | inline |
make_hot_observable(std::initializer_list< T > il) const -> decltype(tester->make_hot_observable(std::vector< T >())) | rxcpp::schedulers::test | inline |
now() const | rxcpp::schedulers::test | inline |
scheduler() | rxcpp::schedulers::scheduler | inline |
scheduler(detail::scheduler_interface_ptr i) | rxcpp::schedulers::scheduler | inlineexplicit |
scheduler(detail::const_scheduler_interface_ptr i) | rxcpp::schedulers::scheduler | inlineexplicit |
scheduler_tag typedef | rxcpp::schedulers::scheduler_base | |
subscribed_time | rxcpp::schedulers::test | static |
test(std::shared_ptr< detail::test_type > t) | rxcpp::schedulers::test | inlineexplicit |
to_time_point(long absolute) const | rxcpp::schedulers::test | inline |
unsubscribed_time | rxcpp::schedulers::test | static |