for_each_selectors.h File Reference
Functors representing different tasks to be plugged into the generic parallelization methods for embarrassingly parallel functions. This file is a GNU parallel extension to the Standard C++ Library.
More...
Go to the source code of this file.
Classes
- struct __gnu_parallel::accumulate_binop_reduct< BinOp >
- General reduction, using a binary operator. More...
- struct __gnu_parallel::accumulate_selector< It >
- std::accumulate() selector. More...
- struct __gnu_parallel::adjacent_difference_selector< It >
- Selector that returns the difference between two adjacent elements. More...
- struct __gnu_parallel::count_if_selector< It, Diff >
- std::count_if () selector. More...
- struct __gnu_parallel::count_selector< It, Diff >
- std::count() selector. More...
- struct __gnu_parallel::dummy_reduct
- Reduction function doing nothing. More...
- struct __gnu_parallel::fill_selector< It >
- std::fill() selector. More...
- struct __gnu_parallel::for_each_selector< It >
- std::for_each() selector. More...
- struct __gnu_parallel::generate_selector< It >
- std::generate() selector. More...
- struct __gnu_parallel::generic_for_each_selector< It >
- Generic selector for embarrassingly parallel functions. More...
- struct __gnu_parallel::identity_selector< It >
- Selector that just returns the passed iterator. More...
- struct __gnu_parallel::inner_product_selector< It, It2, T >
- std::inner_product() selector. More...
- struct __gnu_parallel::max_element_reduct< Comp, It >
- Reduction for finding the maximum element, using a comparator. More...
- struct __gnu_parallel::min_element_reduct< Comp, It >
- Reduction for finding the maximum element, using a comparator. More...
- struct __gnu_parallel::nothing
- Functor doing nothing. More...
- struct __gnu_parallel::replace_if_selector< It, Op, T >
- std::replace() selector. More...
- struct __gnu_parallel::replace_selector< It, T >
- std::replace() selector. More...
- struct __gnu_parallel::transform1_selector< It >
- std::transform() selector, one input sequence variant. More...
- struct __gnu_parallel::transform2_selector< It >
- std::transform() selector, two input sequences variant. More...
Namespaces
Defines
-
#define _GLIBCXX_PARALLEL_FOR_EACH_SELECTORS_H
Detailed Description
Functors representing different tasks to be plugged into the generic parallelization methods for embarrassingly parallel functions. This file is a GNU parallel extension to the Standard C++ Library.
Definition in file for_each_selectors.h.