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

#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

 StandardRange (IterTy b, IterTy e)
 
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
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<typename IterTy>
galois::runtime::StandardRange< IterTy >::StandardRange ( IterTy  b,
IterTy  e 
)
inline

Member Function Documentation

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

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