libcopp 2.3.1
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Data Fields
test_context_channel_foo_runner< TCTX, T > Class Template Reference
Collaboration diagram for test_context_channel_foo_runner< TCTX, T >:
Collaboration graph

Public Member Functions

 test_context_channel_foo_runner ()
 
copp::stackful_channel_receiver< T > create_channel ()
 
int operator() (void *)
 

Data Fields

bool use_error_transform
 
int call_times
 
copp::memory::strong_rc_ptr< copp::stackful_channel_sender< T > > sender
 
last_value
 

Detailed Description

template<class TCTX, class T>
class test_context_channel_foo_runner< TCTX, T >

Definition at line 56 of file coroutine_context_channel_test.cpp.

Constructor & Destructor Documentation

◆ test_context_channel_foo_runner()

template<class TCTX , class T >
test_context_channel_foo_runner< TCTX, T >::test_context_channel_foo_runner ( )
inline

Definition at line 58 of file coroutine_context_channel_test.cpp.

Member Function Documentation

◆ create_channel()

template<class TCTX , class T >
copp::stackful_channel_receiver< T > test_context_channel_foo_runner< TCTX, T >::create_channel ( )
inline

◆ operator()()

template<class TCTX , class T >
int test_context_channel_foo_runner< TCTX, T >::operator() ( void *  )
inline

Field Documentation

◆ call_times

template<class TCTX , class T >
int test_context_channel_foo_runner< TCTX, T >::call_times

◆ last_value

template<class TCTX , class T >
T test_context_channel_foo_runner< TCTX, T >::last_value

◆ sender

template<class TCTX , class T >
copp::memory::strong_rc_ptr<copp::stackful_channel_sender<T> > test_context_channel_foo_runner< TCTX, T >::sender

◆ use_error_transform

template<class TCTX , class T >
bool test_context_channel_foo_runner< TCTX, T >::use_error_transform

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