Galois
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
galois::ParallelSTL::partition_helper< RandomAccessIterator, Predicate > Struct Template Reference

#include <ParallelSTL.h>

Classes

struct  partition_helper_state
 

Public Types

typedef std::pair
< RandomAccessIterator,
RandomAccessIterator > 
RP
 

Public Member Functions

 partition_helper (partition_helper_state *s)
 
void operator() (unsigned, unsigned)
 

Public Attributes

partition_helper_statestate
 

Member Typedef Documentation

template<typename RandomAccessIterator , class Predicate >
typedef std::pair<RandomAccessIterator, RandomAccessIterator> galois::ParallelSTL::partition_helper< RandomAccessIterator, Predicate >::RP

Constructor & Destructor Documentation

template<typename RandomAccessIterator , class Predicate >
galois::ParallelSTL::partition_helper< RandomAccessIterator, Predicate >::partition_helper ( partition_helper_state s)
inline

Member Function Documentation

template<typename RandomAccessIterator , class Predicate >
void galois::ParallelSTL::partition_helper< RandomAccessIterator, Predicate >::operator() ( unsigned  ,
unsigned   
)
inline

Member Data Documentation

template<typename RandomAccessIterator , class Predicate >
partition_helper_state* galois::ParallelSTL::partition_helper< RandomAccessIterator, Predicate >::state

The documentation for this struct was generated from the following file: