#include <rx-test.hpp>
rxcpp::schedulers::test::test |
( |
std::shared_ptr< detail::test_type > |
t | ) |
|
|
inlineexplicit |
long rxcpp::schedulers::test::clock |
( |
| ) |
const |
|
inline |
bool rxcpp::schedulers::test::is_enabled |
( |
| ) |
const |
|
inline |
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 |
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 |
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 |
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 |
clock_type::time_point rxcpp::schedulers::test::now |
( |
| ) |
const |
|
inline |
clock_type::time_point rxcpp::schedulers::test::to_time_point |
( |
long |
absolute | ) |
const |
|
inline |
const long rxcpp::schedulers::test::created_time = 100 |
|
static |
const long rxcpp::schedulers::test::subscribed_time = 200 |
|
static |
const long rxcpp::schedulers::test::unsubscribed_time = 1000 |
|
static |
The documentation for this class was generated from the following file:
- /home/travis/build/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/rx-test.hpp