|
libcopp 2.3.1
|

Data Fields | |
| coroutine_context * | from_co |
| coroutine_context * | to_co |
| void * | priv_data |
Definition at line 52 of file coroutine_context.h.
| coroutine_context* coroutine_context::jump_src_data_t::from_co |
Definition at line 53 of file coroutine_context.h.
Referenced by libcopp_internal_api_set::coroutine_context_callback(), jump_to(), coroutine_context::start(), and coroutine_context::yield().
| void* coroutine_context::jump_src_data_t::priv_data |
Definition at line 55 of file coroutine_context.h.
Referenced by libcopp_internal_api_set::coroutine_context_callback(), jump_to(), coroutine_context::start(), and coroutine_context::yield().
| coroutine_context* coroutine_context::jump_src_data_t::to_co |
Definition at line 54 of file coroutine_context.h.
Referenced by libcopp_internal_api_set::coroutine_context_callback(), jump_to(), coroutine_context::start(), and coroutine_context::yield().