libcopp
2.2.0
|
Public Types | |
typedef copp::coroutine_context_default | value_type |
typedef value_type * | value_ptr_type |
Public Member Functions | |
test_this_context_rec_runner () | |
int | operator() (void *co_startup_raw) |
Data Fields | |
test_this_context_rec_runner * | jump_to |
value_ptr_type | owner |
bool | has_yield |
bool | has_resume |
Definition at line 139 of file coroutine_context_this_coroutine_test.cpp.
Definition at line 141 of file coroutine_context_this_coroutine_test.cpp.
Definition at line 140 of file coroutine_context_this_coroutine_test.cpp.
|
inline |
Definition at line 143 of file coroutine_context_this_coroutine_test.cpp.
|
inline |
Definition at line 144 of file coroutine_context_this_coroutine_test.cpp.
References CASE_EXPECT_EQ, this_coroutine::get_coroutine(), has_resume, has_yield, jump_to, and owner.
bool test_this_context_rec_runner::has_resume |
Definition at line 185 of file coroutine_context_this_coroutine_test.cpp.
Referenced by CASE_TEST(), and operator()().
bool test_this_context_rec_runner::has_yield |
Definition at line 184 of file coroutine_context_this_coroutine_test.cpp.
Referenced by CASE_TEST(), and operator()().
test_this_context_rec_runner* test_this_context_rec_runner::jump_to |
Definition at line 182 of file coroutine_context_this_coroutine_test.cpp.
Referenced by CASE_TEST(), and operator()().
value_ptr_type test_this_context_rec_runner::owner |
Definition at line 183 of file coroutine_context_this_coroutine_test.cpp.
Referenced by CASE_TEST(), and operator()().