libcopp 2.3.1
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Private Attributes
stackful_channel_sender< TVALUE > Class Template Reference

#include <stackful_channel.h>

Collaboration diagram for stackful_channel_sender< TVALUE >:
Collaboration graph

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_typeget_context () const noexcept
 
LIBCOPP_UTIL_FORCEINLINE context_pointer_typeget_context () noexcept
 

Private Attributes

context_pointer_type context_
 

Detailed Description

template<class TVALUE>
class stackful_channel_sender< TVALUE >

Definition at line 408 of file stackful_channel.h.

Member Typedef Documentation

◆ context_pointer_type

template<class TVALUE >
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.

◆ context_type

template<class TVALUE >
using stackful_channel_sender< TVALUE >::context_type = stackful_channel_context<TVALUE>

Definition at line 410 of file stackful_channel.h.

◆ value_type

template<class TVALUE >
using stackful_channel_sender< TVALUE >::value_type = typename context_type::value_type

Definition at line 412 of file stackful_channel.h.

Constructor & Destructor Documentation

◆ stackful_channel_sender()

template<class TVALUE >
stackful_channel_sender< TVALUE >::stackful_channel_sender ( const context_pointer_type context)
inlinenoexcept

Definition at line 415 of file stackful_channel.h.

Member Function Documentation

◆ get_context() [1/2]

template<class TVALUE >
LIBCOPP_UTIL_FORCEINLINE const context_pointer_type & stackful_channel_sender< TVALUE >::get_context ( ) const
inlinenoexcept

Definition at line 449 of file stackful_channel.h.

◆ get_context() [2/2]

template<class TVALUE >
LIBCOPP_UTIL_FORCEINLINE context_pointer_type & stackful_channel_sender< TVALUE >::get_context ( )
inlinenoexcept

Definition at line 451 of file stackful_channel.h.

◆ is_pending()

template<class TVALUE >
LIBCOPP_UTIL_FORCEINLINE bool stackful_channel_sender< TVALUE >::is_pending ( ) const
inlinenoexcept

Definition at line 424 of file stackful_channel.h.

References LIBCOPP_UTIL_UNLIKELY_CONDITION.

◆ is_ready()

template<class TVALUE >
LIBCOPP_UTIL_FORCEINLINE bool stackful_channel_sender< TVALUE >::is_ready ( ) const
inlinenoexcept

Definition at line 417 of file stackful_channel.h.

References LIBCOPP_UTIL_UNLIKELY_CONDITION.

◆ reset_value()

template<class TVALUE >
LIBCOPP_UTIL_FORCEINLINE void stackful_channel_sender< TVALUE >::reset_value ( )
inlinenoexcept

Definition at line 431 of file stackful_channel.h.

References LIBCOPP_UTIL_UNLIKELY_CONDITION.

◆ set_value()

template<class TVALUE >
template<class U >
LIBCOPP_UTIL_FORCEINLINE void stackful_channel_sender< TVALUE >::set_value ( U &&  in)
inlinenoexcept

Definition at line 440 of file stackful_channel.h.

References LIBCOPP_UTIL_UNLIKELY_CONDITION.

Field Documentation

◆ context_

template<class TVALUE >
context_pointer_type stackful_channel_sender< TVALUE >::context_
private

Definition at line 454 of file stackful_channel.h.


The documentation for this class was generated from the following file: