Galois
|
#include <ParallelSTL.h>
Public Types | |
typedef galois::optional < InputIterator > | ElementTy |
typedef substrate::PerThreadStorage < ElementTy > | AccumulatorTy |
Public Member Functions | |
find_if_helper (AccumulatorTy &a, Predicate &p) | |
void | operator() (const InputIterator &v, UserContext< InputIterator > &ctx) |
Public Attributes | |
AccumulatorTy & | accum |
Predicate & | f |
typedef substrate::PerThreadStorage<ElementTy> galois::ParallelSTL::find_if_helper< InputIterator, Predicate >::AccumulatorTy |
typedef galois::optional<InputIterator> galois::ParallelSTL::find_if_helper< InputIterator, Predicate >::ElementTy |
|
inline |
|
inline |
AccumulatorTy& galois::ParallelSTL::find_if_helper< InputIterator, Predicate >::accum |
Predicate& galois::ParallelSTL::find_if_helper< InputIterator, Predicate >::f |