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

Simple FIFO worklist (not scalable). More...

#include <Fifo.h>

List of all members.

Classes

struct  rethread
struct  retype

Public Types

typedef T value_type

Public Member Functions

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

Private Attributes

std::deque< T > wl

Detailed Description

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

Simple FIFO worklist (not scalable).


Member Typedef Documentation

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

Member Function Documentation

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

Member Data Documentation

template<typename T = int, bool Concurrent = true>
std::deque<T> Galois::WorkList::FIFO< 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