#include <rx-test.hpp>
|
typedef detail::test_subject_base< T >::recorded_type | recorded_type |
|
using | this_type = observer< T, State, OnNext, OnError, OnCompleted > |
|
using | state_t = rxu::decay_t< State > |
|
using | on_next_t = typename std::conditional< !std::is_same< void, OnNext >::value, rxu::decay_t< OnNext >, detail::OnNextForward< T, State, OnNext > >::type |
|
using | on_error_t = typename std::conditional< !std::is_same< void, OnError >::value, rxu::decay_t< OnError >, detail::OnErrorForward< State, OnError > >::type |
|
using | on_completed_t = typename std::conditional< !std::is_same< void, OnCompleted >::value, rxu::decay_t< OnCompleted >, detail::OnCompletedForward< State, OnCompleted > >::type |
|
typedef T | value_type |
|
typedef tag_observer | observer_tag |
|
◆ recorded_type
◆ testable_observer()
◆ messages()
The documentation for this class was generated from the following file:
- /builddir/build/BUILD/RxCpp-4.1.0/Rx/v2/src/rxcpp/rx-test.hpp