STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
Classes
Customized Do-While Operator Flows
+ Collaboration diagram for Customized Do-While Operator Flows:

Classes

struct  stapl::skeletons::flows::do_while_flows::piped
 A piped flow for a do_while skeleton, connects the out flow of each iteration to the input of the next iteration, and connects the input of the do_while skeleton to the first iteration of the while loop. It also connects the output of the do_while skeleton to the output of the last iteration. More...
 

Detailed Description