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_receiver< TVALUE > Class Template Reference

#include <stackful_channel.h>

Collaboration diagram for stackful_channel_receiver< 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_receiver () 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()))
 
LIBCOPP_UTIL_FORCEINLINE const value_typeget_value () const noexcept
 
LIBCOPP_UTIL_FORCEINLINE value_typeget_value () noexcept
 
template<class TCONTEXT , class TERROR_TRANSFORM >
LIBCOPP_UTIL_FORCEINLINE value_type inject_await (TCONTEXT *ctx, TERROR_TRANSFORM &&error_transform) noexcept(std::is_nothrow_copy_constructible< value_type >::value &&noexcept(error_transform(COPP_EC_ARGS_ERROR)))
 
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_receiver< TVALUE >

Definition at line 338 of file stackful_channel.h.

Member Typedef Documentation

◆ context_pointer_type

template<class TVALUE >
using stackful_channel_receiver< TVALUE >::context_pointer_type = LIBCOPP_COPP_NAMESPACE_ID::memory::default_strong_rc_ptr<context_type>

Definition at line 341 of file stackful_channel.h.

◆ context_type

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

Definition at line 340 of file stackful_channel.h.

◆ value_type

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

Definition at line 342 of file stackful_channel.h.

Constructor & Destructor Documentation

◆ stackful_channel_receiver()

template<class TVALUE >
stackful_channel_receiver< TVALUE >::stackful_channel_receiver ( )
inlinenoexcept

Definition at line 345 of file stackful_channel.h.

Member Function Documentation

◆ get_context() [1/2]

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

Definition at line 396 of file stackful_channel.h.

Referenced by make_stackful_channel().

◆ get_context() [2/2]

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

Definition at line 398 of file stackful_channel.h.

◆ get_value() [1/2]

template<class TVALUE >
LIBCOPP_UTIL_FORCEINLINE const value_type * stackful_channel_receiver< TVALUE >::get_value ( ) const
inlinenoexcept

Definition at line 370 of file stackful_channel.h.

References LIBCOPP_UTIL_UNLIKELY_CONDITION.

◆ get_value() [2/2]

template<class TVALUE >
LIBCOPP_UTIL_FORCEINLINE value_type * stackful_channel_receiver< TVALUE >::get_value ( )
inlinenoexcept

Definition at line 378 of file stackful_channel.h.

References LIBCOPP_UTIL_UNLIKELY_CONDITION.

◆ inject_await()

template<class TVALUE >
template<class TCONTEXT , class TERROR_TRANSFORM >
LIBCOPP_UTIL_FORCEINLINE value_type stackful_channel_receiver< TVALUE >::inject_await ( TCONTEXT *  ctx,
TERROR_TRANSFORM &&  error_transform 
)
inlinenoexcept

Definition at line 387 of file stackful_channel.h.

References COPP_EC_NOT_INITED, and LIBCOPP_UTIL_UNLIKELY_CONDITION.

◆ is_pending()

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

Definition at line 355 of file stackful_channel.h.

References LIBCOPP_UTIL_UNLIKELY_CONDITION.

◆ is_ready()

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

Definition at line 348 of file stackful_channel.h.

References LIBCOPP_UTIL_UNLIKELY_CONDITION.

◆ reset_value()

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

Definition at line 362 of file stackful_channel.h.

References LIBCOPP_UTIL_UNLIKELY_CONDITION.

Field Documentation

◆ context_

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

Definition at line 401 of file stackful_channel.h.


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