GrPPI  0.3.1
Generic and Reusable Parallel Pattern Interface
grppi::parallel_execution_native Member List

This is the complete list of members for grppi::parallel_execution_native, including all inherited members.

concurrency_degree() const noexceptgrppi::parallel_execution_nativeinline
disable_ordering() noexceptgrppi::parallel_execution_nativeinline
divide_conquer(Input &&input, Divider &&divide_op, Solver &&solve_op, Combiner &&combine_op) const grppi::parallel_execution_native
divide_conquer(Input &&input, Divider &&divide_op, Predicate &&predicate_op, Solver &&solve_op, Combiner &&combine_op) const grppi::parallel_execution_native
enable_ordering() noexceptgrppi::parallel_execution_nativeinline
get_output_queue(mpmc_queue< T > &queue, Transformers &&...) const grppi::parallel_execution_nativeinline
get_output_queue(Transformers &&...) const grppi::parallel_execution_nativeinline
get_thread_id() const noexceptgrppi::parallel_execution_nativeinline
is_ordered() const noexceptgrppi::parallel_execution_nativeinline
make_queue() const grppi::parallel_execution_nativeinline
map(std::tuple< InputIterators... > firsts, OutputIterator first_out, std::size_t sequence_size, Transformer transform_op) const grppi::parallel_execution_native
map_reduce(std::tuple< InputIterators... > firsts, std::size_t sequence_size, Identity &&identity, Transformer &&transform_op, Combiner &&combine_op) const grppi::parallel_execution_native
parallel_execution_native() noexceptgrppi::parallel_execution_nativeinline
parallel_execution_native(int concurrency_degree, bool ordering=true) noexceptgrppi::parallel_execution_nativeinline
parallel_execution_native(const parallel_execution_native &ex)grppi::parallel_execution_nativeinline
pipeline(Generator &&generate_op, Transformers &&...transform_ops) const grppi::parallel_execution_native
pipeline(mpmc_queue< InputType > &input_queue, Transformer &&transform_op, mpmc_queue< OutputType > &output_queue) const grppi::parallel_execution_nativeinline
reduce(InputIterator first, std::size_t sequence_size, Identity &&identity, Combiner &&combine_op) const grppi::parallel_execution_native
set_concurrency_degree(int degree) noexceptgrppi::parallel_execution_nativeinline
set_queue_attributes(int size, queue_mode mode) noexceptgrppi::parallel_execution_nativeinline
stencil(std::tuple< InputIterators... > firsts, OutputIterator first_out, std::size_t sequence_size, StencilTransformer &&transform_op, Neighbourhood &&neighbour_op) const grppi::parallel_execution_native
thread_manager() const grppi::parallel_execution_nativeinline