Galois
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
galois::runtime::SpecificRange< IterTy > Class Template Reference

SpecificRange is a range type where a threads range is specified by an an int array that tells you where each thread should begin its iteration. More...

#include <Range.h>

Public Types

typedef IterTy iterator
 
typedef iterator local_iterator
 
typedef iterator block_iterator
 
typedef std::iterator_traits
< IterTy >::value_type 
value_type
 

Public Member Functions

 SpecificRange (IterTy b, IterTy e, const uint32_t *thread_ranges)
 
iterator begin () const
 
iterator end () const
 
std::pair< block_iterator,
block_iterator
block_pair () const
 
std::pair< local_iterator,
local_iterator
local_pair () const
 
local_iterator local_begin () const
 
local_iterator local_end () const
 
block_iterator block_begin () const
 
block_iterator block_end () const
 

Detailed Description

template<typename IterTy>
class galois::runtime::SpecificRange< IterTy >

SpecificRange is a range type where a threads range is specified by an an int array that tells you where each thread should begin its iteration.

Member Typedef Documentation

template<typename IterTy>
typedef iterator galois::runtime::SpecificRange< IterTy >::block_iterator
template<typename IterTy>
typedef IterTy galois::runtime::SpecificRange< IterTy >::iterator
template<typename IterTy>
typedef iterator galois::runtime::SpecificRange< IterTy >::local_iterator
template<typename IterTy>
typedef std::iterator_traits<IterTy>::value_type galois::runtime::SpecificRange< IterTy >::value_type

Constructor & Destructor Documentation

template<typename IterTy>
galois::runtime::SpecificRange< IterTy >::SpecificRange ( IterTy  b,
IterTy  e,
const uint32_t *  thread_ranges 
)
inline

Member Function Documentation

template<typename IterTy>
iterator galois::runtime::SpecificRange< IterTy >::begin ( void  ) const
inline
template<typename IterTy>
block_iterator galois::runtime::SpecificRange< IterTy >::block_begin ( ) const
inline
template<typename IterTy>
block_iterator galois::runtime::SpecificRange< IterTy >::block_end ( ) const
inline
template<typename IterTy>
std::pair<block_iterator, block_iterator> galois::runtime::SpecificRange< IterTy >::block_pair ( ) const
inline
template<typename IterTy>
iterator galois::runtime::SpecificRange< IterTy >::end ( void  ) const
inline
template<typename IterTy>
local_iterator galois::runtime::SpecificRange< IterTy >::local_begin ( ) const
inline
template<typename IterTy>
local_iterator galois::runtime::SpecificRange< IterTy >::local_end ( ) const
inline
template<typename IterTy>
std::pair<local_iterator, local_iterator> galois::runtime::SpecificRange< IterTy >::local_pair ( ) const
inline

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