Galois::Runtime::StandardRange< IterTy > Class Template Reference

#include <Range.h>

List of all members.

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

Private Attributes

IterTy ii
IterTy ei

template<typename IterTy>
class Galois::Runtime::StandardRange< IterTy >


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 (  )  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 (  )  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]

Member Data Documentation

template<typename IterTy>
IterTy Galois::Runtime::StandardRange< IterTy >::ei [private]
template<typename IterTy>
IterTy Galois::Runtime::StandardRange< IterTy >::ii [private]

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

Generated on 2 Nov 2013 for Galois by  doxygen 1.6.1