libcopp 2.3.2
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes
consumer_with_error_handling Class Reference
Inheritance diagram for consumer_with_error_handling:
Inheritance graph
Collaboration diagram for consumer_with_error_handling:
Collaboration graph

Public Member Functions

 consumer_with_error_handling (copp::stackful_channel_receiver< int > receiver)
 
int operator() (void *) override
 

Private Attributes

copp::stackful_channel_receiver< int > receiver_
 

Detailed Description

Definition at line 98 of file sample_readme_13.cpp.

Constructor & Destructor Documentation

◆ consumer_with_error_handling()

consumer_with_error_handling::consumer_with_error_handling ( copp::stackful_channel_receiver< int >  receiver)
inline

Definition at line 100 of file sample_readme_13.cpp.

Member Function Documentation

◆ operator()()

int consumer_with_error_handling::operator() ( void *  )
inlineoverride

Definition at line 102 of file sample_readme_13.cpp.

References receiver_.

Field Documentation

◆ receiver_

copp::stackful_channel_receiver<int> consumer_with_error_handling::receiver_
private

Definition at line 128 of file sample_readme_13.cpp.

Referenced by operator()().


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