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

Public Member Functions

 producer_action (copp::stackful_channel_sender< int > sender)
 
int operator() (void *) override
 

Private Attributes

copp::stackful_channel_sender< int > sender_
 
int value_to_send_
 

Detailed Description

Definition at line 16 of file sample_readme_13.cpp.

Constructor & Destructor Documentation

◆ producer_action()

producer_action::producer_action ( copp::stackful_channel_sender< int >  sender)
inline

Definition at line 18 of file sample_readme_13.cpp.

Member Function Documentation

◆ operator()()

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

Definition at line 20 of file sample_readme_13.cpp.

References sender_, and value_to_send_.

Field Documentation

◆ sender_

copp::stackful_channel_sender<int> producer_action::sender_
private

Definition at line 39 of file sample_readme_13.cpp.

Referenced by operator()().

◆ value_to_send_

int producer_action::value_to_send_
private

Definition at line 40 of file sample_readme_13.cpp.

Referenced by operator()().


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