#include <rx-test.hpp>
◆ clock_type
◆ test()
rxcpp::schedulers::test::test |
( |
std::shared_ptr< detail::test_type > |
t | ) |
|
|
inlineexplicit |
◆ clock()
long rxcpp::schedulers::test::clock |
( |
| ) |
const |
|
inline |
◆ create_worker()
◆ is_enabled()
bool rxcpp::schedulers::test::is_enabled |
( |
| ) |
const |
|
inline |
◆ make_cold_observable() [1/3]
◆ make_cold_observable() [2/3]
template<class T , std::size_t size>
auto rxcpp::schedulers::test::make_cold_observable |
( |
const T(&) |
arr[size] | ) |
const -> decltype(tester->make_cold_observable(std::vector<T>())) |
|
inline |
◆ make_cold_observable() [3/3]
template<class T >
auto rxcpp::schedulers::test::make_cold_observable |
( |
std::initializer_list< T > |
il | ) |
const -> decltype(tester->make_cold_observable(std::vector<T>())) |
|
inline |
◆ make_hot_observable() [1/3]
◆ make_hot_observable() [2/3]
template<class T , std::size_t size>
auto rxcpp::schedulers::test::make_hot_observable |
( |
const T(&) |
arr[size] | ) |
const -> decltype(tester->make_hot_observable(std::vector<T>())) |
|
inline |
◆ make_hot_observable() [3/3]
template<class T >
auto rxcpp::schedulers::test::make_hot_observable |
( |
std::initializer_list< T > |
il | ) |
const -> decltype(tester->make_hot_observable(std::vector<T>())) |
|
inline |
◆ now()
clock_type::time_point rxcpp::schedulers::test::now |
( |
| ) |
const |
|
inline |
◆ to_time_point()
clock_type::time_point rxcpp::schedulers::test::to_time_point |
( |
long |
absolute | ) |
const |
|
inline |
◆ created_time
const long rxcpp::schedulers::test::created_time = 100 |
|
static |
◆ subscribed_time
const long rxcpp::schedulers::test::subscribed_time = 200 |
|
static |
◆ unsubscribed_time
const long rxcpp::schedulers::test::unsubscribed_time = 1000 |
|
static |
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/RxCpp-4.1.0/Rx/v2/src/rxcpp/schedulers/rx-test.hpp