GrPPI
0.2
Generic and Reusable Parallel Pattern Interface
|
#include <patterns.h>
Public Member Functions | |
pipeline_info (E &p, Stage s, Stages...sts) | |
pipeline_info (E &p, std::tuple< Stage, Stages... > st) | |
Public Attributes | |
E & | exectype |
std::tuple< Stage, Stages... > | stages |
|
inline |
|
inline |
E& grppi::pipeline_info< E, Stage, Stages >::exectype |
std::tuple<Stage , Stages ...> grppi::pipeline_info< E, Stage, Stages >::stages |