libcopp 2.3.1
|
#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 97 of file stackful_channel.h.
|
inlinenoexcept |
Definition at line 101 of file stackful_channel.h.
|
inlinenoexcept |
Definition at line 103 of file stackful_channel.h.
|
inlinenoexcept |
Definition at line 106 of file stackful_channel.h.
|
inlineexplicitnoexcept |
Definition at line 130 of file stackful_channel.h.
|
inlineexplicitnoexcept |
Definition at line 137 of file stackful_channel.h.
|
inlinenoexcept |
Definition at line 171 of file stackful_channel.h.
|
inlinenoexcept |
Definition at line 112 of file stackful_channel.h.
References handle_data.
|
inlinenoexcept |
Definition at line 119 of file stackful_channel.h.
References handle_data.
|
inlinenoexcept |
Definition at line 183 of file stackful_channel.h.
|
inlinenoexcept |
Definition at line 174 of file stackful_channel.h.
|
friend |
Definition at line 150 of file stackful_channel.h.
|
friend |
Definition at line 154 of file stackful_channel.h.
|
friend |
Definition at line 158 of file stackful_channel.h.
|
friend |
Definition at line 140 of file stackful_channel.h.
|
friend |
Definition at line 162 of file stackful_channel.h.
|
friend |
Definition at line 166 of file stackful_channel.h.
void* stackful_channel_handle_delegate::handle_data |
Definition at line 98 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 99 of file stackful_channel.h.
Referenced by stackful_channel_context_base::has_multiple_callers(), and stackful_channel_context_base::resume_callers().