libcopp 2.3.1
|
Public Types | |
typedef copp::coroutine_context_default | value_type |
typedef value_type * | value_ptr_type |
Public Member Functions | |
test_this_context_yield_runner () | |
int | operator() (void *) |
bool | is_run () |
bool | is_finished () |
Private Attributes | |
bool | run_ |
bool | finished_ |
Definition at line 102 of file coroutine_context_this_coroutine_test.cpp.
Definition at line 105 of file coroutine_context_this_coroutine_test.cpp.
typedef copp::coroutine_context_default test_this_context_yield_runner::value_type |
Definition at line 104 of file coroutine_context_this_coroutine_test.cpp.
|
inline |
Definition at line 108 of file coroutine_context_this_coroutine_test.cpp.
|
inline |
Definition at line 118 of file coroutine_context_this_coroutine_test.cpp.
References finished_.
Referenced by CASE_TEST().
|
inline |
Definition at line 116 of file coroutine_context_this_coroutine_test.cpp.
References run_.
Referenced by CASE_TEST().
|
inline |
Definition at line 109 of file coroutine_context_this_coroutine_test.cpp.
|
private |
Definition at line 122 of file coroutine_context_this_coroutine_test.cpp.
Referenced by is_finished(), and operator()().
|
private |
Definition at line 121 of file coroutine_context_this_coroutine_test.cpp.
Referenced by is_run(), and operator()().