Galois::WorkList::GFIFO< T, Concurrent > Struct Template Reference

#include <GFifo.h>

List of all members.

Classes

struct  rethread
struct  retype

Public Types

typedef T value_type

Public Member Functions

 GFIFO ()
void push (const value_type &val)
template<typename Iter >
void push (Iter b, Iter e)
template<typename RangeTy >
void push_initial (const RangeTy &range)
Galois::optional< value_typepop ()

Private Attributes

gdeque< T > wl

template<typename T = int, bool Concurrent = true>
struct Galois::WorkList::GFIFO< T, Concurrent >


Member Typedef Documentation

template<typename T = int, bool Concurrent = true>
typedef T Galois::WorkList::GFIFO< T, Concurrent >::value_type

Constructor & Destructor Documentation

template<typename T = int, bool Concurrent = true>
Galois::WorkList::GFIFO< T, Concurrent >::GFIFO (  )  [inline]

Member Function Documentation

template<typename T = int, bool Concurrent = true>
Galois::optional<value_type> Galois::WorkList::GFIFO< T, Concurrent >::pop (  )  [inline]
template<typename T = int, bool Concurrent = true>
template<typename Iter >
void Galois::WorkList::GFIFO< T, Concurrent >::push ( Iter  b,
Iter  e 
) [inline]
template<typename T = int, bool Concurrent = true>
void Galois::WorkList::GFIFO< T, Concurrent >::push ( const value_type val  )  [inline]
template<typename T = int, bool Concurrent = true>
template<typename RangeTy >
void Galois::WorkList::GFIFO< T, Concurrent >::push_initial ( const RangeTy &  range  )  [inline]

Member Data Documentation

template<typename T = int, bool Concurrent = true>
gdeque<T> Galois::WorkList::GFIFO< T, Concurrent >::wl [private]

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

Generated on 2 Nov 2013 for Galois by  doxygen 1.6.1