libcopp 2.3.1
|
#include <stackful_channel.h>
Public Types | |
using | context_type = stackful_channel_context< TVALUE > |
using | context_pointer_type = LIBCOPP_COPP_NAMESPACE_ID::memory::default_strong_rc_ptr< context_type > |
using | value_type = typename context_type::value_type |
Public Member Functions | |
stackful_channel_sender (const context_pointer_type &context) noexcept | |
LIBCOPP_UTIL_FORCEINLINE bool | is_ready () const noexcept |
LIBCOPP_UTIL_FORCEINLINE bool | is_pending () const noexcept |
LIBCOPP_UTIL_FORCEINLINE void | reset_value () noexcept(noexcept(std::declval< context_type >().reset_value())) |
template<class U > | |
LIBCOPP_UTIL_FORCEINLINE void | set_value (U &&in) noexcept(noexcept(std::declval< context_type >().set_value(std::forward< U >(in)))) |
LIBCOPP_UTIL_FORCEINLINE const context_pointer_type & | get_context () const noexcept |
LIBCOPP_UTIL_FORCEINLINE context_pointer_type & | get_context () noexcept |
Private Attributes | |
context_pointer_type | context_ |
Definition at line 408 of file stackful_channel.h.
using stackful_channel_sender< TVALUE >::context_pointer_type = LIBCOPP_COPP_NAMESPACE_ID::memory::default_strong_rc_ptr<context_type> |
Definition at line 411 of file stackful_channel.h.
using stackful_channel_sender< TVALUE >::context_type = stackful_channel_context<TVALUE> |
Definition at line 410 of file stackful_channel.h.
using stackful_channel_sender< TVALUE >::value_type = typename context_type::value_type |
Definition at line 412 of file stackful_channel.h.
|
inlinenoexcept |
Definition at line 415 of file stackful_channel.h.
|
inlinenoexcept |
Definition at line 449 of file stackful_channel.h.
|
inlinenoexcept |
Definition at line 451 of file stackful_channel.h.
|
inlinenoexcept |
Definition at line 424 of file stackful_channel.h.
References LIBCOPP_UTIL_UNLIKELY_CONDITION.
|
inlinenoexcept |
Definition at line 417 of file stackful_channel.h.
References LIBCOPP_UTIL_UNLIKELY_CONDITION.
|
inlinenoexcept |
Definition at line 431 of file stackful_channel.h.
References LIBCOPP_UTIL_UNLIKELY_CONDITION.
|
inlinenoexcept |
Definition at line 440 of file stackful_channel.h.
References LIBCOPP_UTIL_UNLIKELY_CONDITION.
|
private |
Definition at line 454 of file stackful_channel.h.