|
libcopp 2.3.2
|
#include <stackful_channel.h>

Data Fields | |
| void * | handle_data |
| int(* | resume_handle )(void *, stackful_channel_context_base *priv_data) |
Friends | |
| LIBCOPP_UTIL_FORCEINLINE friend bool | operator== (const stackful_channel_handle_delegate &l, const stackful_channel_handle_delegate &r) noexcept |
| LIBCOPP_UTIL_FORCEINLINE friend bool | operator!= (const stackful_channel_handle_delegate &l, const stackful_channel_handle_delegate &r) noexcept |
| LIBCOPP_UTIL_FORCEINLINE friend bool | operator< (const stackful_channel_handle_delegate &l, const stackful_channel_handle_delegate &r) noexcept |
| LIBCOPP_UTIL_FORCEINLINE friend bool | operator<= (const stackful_channel_handle_delegate &l, const stackful_channel_handle_delegate &r) noexcept |
| LIBCOPP_UTIL_FORCEINLINE friend bool | operator> (const stackful_channel_handle_delegate &l, const stackful_channel_handle_delegate &r) noexcept |
| LIBCOPP_UTIL_FORCEINLINE friend bool | operator>= (const stackful_channel_handle_delegate &l, const stackful_channel_handle_delegate &r) noexcept |
Definition at line 98 of file stackful_channel.h.
|
inlinenoexcept |
Definition at line 102 of file stackful_channel.h.
|
inlinenoexcept |
Definition at line 104 of file stackful_channel.h.
|
inlinenoexcept |
Definition at line 107 of file stackful_channel.h.
|
inlineexplicitnoexcept |
Definition at line 131 of file stackful_channel.h.
|
inlineexplicitnoexcept |
Definition at line 138 of file stackful_channel.h.
|
inlinenoexcept |
Definition at line 172 of file stackful_channel.h.
|
inlinenoexcept |
Definition at line 113 of file stackful_channel.h.
References handle_data.
|
inlinenoexcept |
Definition at line 120 of file stackful_channel.h.
References handle_data.
|
inlinenoexcept |
Definition at line 184 of file stackful_channel.h.
|
inlinenoexcept |
Definition at line 175 of file stackful_channel.h.
|
friend |
Definition at line 151 of file stackful_channel.h.
|
friend |
Definition at line 155 of file stackful_channel.h.
|
friend |
Definition at line 159 of file stackful_channel.h.
|
friend |
Definition at line 141 of file stackful_channel.h.
|
friend |
Definition at line 163 of file stackful_channel.h.
|
friend |
Definition at line 167 of file stackful_channel.h.
| void* stackful_channel_handle_delegate::handle_data |
Definition at line 99 of file stackful_channel.h.
Referenced by stackful_channel_context_base::has_multiple_callers(), stackful_channel_handle_delegate_hash::operator()(), operator=(), and operator=().
| int(* stackful_channel_handle_delegate::resume_handle) (void *, stackful_channel_context_base *priv_data) |
Definition at line 100 of file stackful_channel.h.
Referenced by stackful_channel_context_base::has_multiple_callers(), and stackful_channel_context_base::resume_callers().