libcopp 2.3.1
|
Public Member Functions | |
test_context_channel_foo_runner () | |
copp::stackful_channel_receiver< T > | create_channel () |
int | operator() (void *) |
Data Fields | |
bool | use_error_transform |
int | call_times |
copp::memory::strong_rc_ptr< copp::stackful_channel_sender< T > > | sender |
T | last_value |
Definition at line 56 of file coroutine_context_channel_test.cpp.
|
inline |
Definition at line 58 of file coroutine_context_channel_test.cpp.
|
inline |
Definition at line 65 of file coroutine_context_channel_test.cpp.
References test_context_channel_foo_runner< TCTX, T >::sender.
Referenced by test_context_channel_foo_runner< TCTX, T >::operator()().
|
inline |
Definition at line 71 of file coroutine_context_channel_test.cpp.
References test_context_channel_foo_runner< TCTX, T >::call_times, test_context_channel_foo_runner< TCTX, T >::create_channel(), g_test_coroutine_channel_status, test_context_channel_foo_runner< TCTX, T >::last_value, and test_context_channel_foo_runner< TCTX, T >::use_error_transform.
int test_context_channel_foo_runner< TCTX, T >::call_times |
Definition at line 61 of file coroutine_context_channel_test.cpp.
Referenced by CASE_TEST(), CASE_TEST(), and test_context_channel_foo_runner< TCTX, T >::operator()().
T test_context_channel_foo_runner< TCTX, T >::last_value |
Definition at line 63 of file coroutine_context_channel_test.cpp.
Referenced by CASE_TEST(), CASE_TEST(), and test_context_channel_foo_runner< TCTX, T >::operator()().
copp::memory::strong_rc_ptr<copp::stackful_channel_sender<T> > test_context_channel_foo_runner< TCTX, T >::sender |
Definition at line 62 of file coroutine_context_channel_test.cpp.
Referenced by CASE_TEST(), CASE_TEST(), and test_context_channel_foo_runner< TCTX, T >::create_channel().
bool test_context_channel_foo_runner< TCTX, T >::use_error_transform |
Definition at line 60 of file coroutine_context_channel_test.cpp.
Referenced by CASE_TEST(), CASE_TEST(), and test_context_channel_foo_runner< TCTX, T >::operator()().