libcopp 2.3.1
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Protected Member Functions | Private Types | Private Member Functions | Private Attributes
stackful_channel_context_base Class Reference

#include <stackful_channel.h>

Inheritance diagram for stackful_channel_context_base:
Inheritance graph
Collaboration diagram for stackful_channel_context_base:
Collaboration graph

Public Types

using handle_delegate = stackful_channel_handle_delegate
 
using handle_delegate_hash = stackful_channel_handle_delegate_hash
 

Public Member Functions

LIBCOPP_COPP_API void add_caller (handle_delegate handle) noexcept
 
LIBCOPP_COPP_API bool remove_caller (handle_delegate handle) noexcept
 
LIBCOPP_COPP_API size_t resume_callers ()
 
LIBCOPP_COPP_API bool has_multiple_callers () const noexcept
 

Protected Member Functions

LIBCOPP_COPP_API stackful_channel_context_base () noexcept
 
LIBCOPP_COPP_API ~stackful_channel_context_base ()
 
LIBCOPP_COPP_API void wake ()
 

Private Types

using multi_caller_set = std::unordered_set< handle_delegate, handle_delegate_hash >
 

Private Member Functions

 stackful_channel_context_base (const stackful_channel_context_base &)=delete
 
 stackful_channel_context_base (stackful_channel_context_base &&)=delete
 
stackful_channel_context_baseoperator= (const stackful_channel_context_base &)=delete
 
stackful_channel_context_baseoperator= (stackful_channel_context_base &&)=delete
 

Private Attributes

handle_delegate unique_caller_
 
std::unique_ptr< multi_caller_setmultiple_callers_
 

Detailed Description

Definition at line 197 of file stackful_channel.h.

Member Typedef Documentation

◆ handle_delegate

Definition at line 199 of file stackful_channel.h.

◆ handle_delegate_hash

Definition at line 200 of file stackful_channel.h.

◆ multi_caller_set

Definition at line 225 of file stackful_channel.h.

Constructor & Destructor Documentation

◆ stackful_channel_context_base() [1/3]

stackful_channel_context_base::stackful_channel_context_base ( const stackful_channel_context_base )
privatedelete

◆ stackful_channel_context_base() [2/3]

stackful_channel_context_base::stackful_channel_context_base ( stackful_channel_context_base &&  )
privatedelete

◆ stackful_channel_context_base() [3/3]

LIBCOPP_COPP_API stackful_channel_context_base::stackful_channel_context_base ( )
protectednoexcept

Definition at line 37 of file stackful_channel.cpp.

◆ ~stackful_channel_context_base()

LIBCOPP_COPP_API stackful_channel_context_base::~stackful_channel_context_base ( )
protected

Definition at line 39 of file stackful_channel.cpp.

References wake().

Member Function Documentation

◆ add_caller()

LIBCOPP_COPP_API void stackful_channel_context_base::add_caller ( handle_delegate  handle)
noexcept

Definition at line 41 of file stackful_channel.cpp.

◆ has_multiple_callers()

LIBCOPP_COPP_API bool stackful_channel_context_base::has_multiple_callers ( ) const
noexcept

◆ operator=() [1/2]

stackful_channel_context_base & stackful_channel_context_base::operator= ( const stackful_channel_context_base )
privatedelete

◆ operator=() [2/2]

stackful_channel_context_base & stackful_channel_context_base::operator= ( stackful_channel_context_base &&  )
privatedelete

◆ remove_caller()

LIBCOPP_COPP_API bool stackful_channel_context_base::remove_caller ( handle_delegate  handle)
noexcept

Definition at line 75 of file stackful_channel.cpp.

◆ resume_callers()

LIBCOPP_COPP_API size_t stackful_channel_context_base::resume_callers ( )

◆ wake()

LIBCOPP_COPP_API void stackful_channel_context_base::wake ( )
protected

Definition at line 169 of file stackful_channel.cpp.

Referenced by ~stackful_channel_context_base().

Field Documentation

◆ multiple_callers_

std::unique_ptr<multi_caller_set> stackful_channel_context_base::multiple_callers_
private

Definition at line 231 of file stackful_channel.h.

Referenced by has_multiple_callers(), and resume_callers().

◆ unique_caller_

handle_delegate stackful_channel_context_base::unique_caller_
private

Definition at line 229 of file stackful_channel.h.

Referenced by has_multiple_callers(), and resume_callers().


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