Galois
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
galois::worklists::OwnerComputes< OwnerFn, Container, T > Struct Template Reference

#include <OwnerComputes.h>

Inheritance diagram for galois::worklists::OwnerComputes< OwnerFn, Container, T >:

Classes

struct  with_container
 
struct  with_indexer
 

Public Types

template<typename _T >
using retype = OwnerComputes< OwnerFn, typename Container::template retype< _T >, _T >
 
template<bool b>
using rethread = OwnerComputes< OwnerFn, typename Container::template rethread< b >, T >
 
typedef T value_type
 

Public Member Functions

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

Member Typedef Documentation

template<typename OwnerFn = DummyIndexer<int>, typename Container = ChunkLIFO<>, typename T = int>
template<bool b>
using galois::worklists::OwnerComputes< OwnerFn, Container, T >::rethread = OwnerComputes<OwnerFn, typename Container::template rethread<b>, T>
template<typename OwnerFn = DummyIndexer<int>, typename Container = ChunkLIFO<>, typename T = int>
template<typename _T >
using galois::worklists::OwnerComputes< OwnerFn, Container, T >::retype = OwnerComputes<OwnerFn, typename Container::template retype<_T>, _T>
template<typename OwnerFn = DummyIndexer<int>, typename Container = ChunkLIFO<>, typename T = int>
typedef T galois::worklists::OwnerComputes< OwnerFn, Container, T >::value_type

Member Function Documentation

template<typename OwnerFn = DummyIndexer<int>, typename Container = ChunkLIFO<>, typename T = int>
galois::optional<value_type> galois::worklists::OwnerComputes< OwnerFn, Container, T >::pop ( void  )
inline
template<typename OwnerFn = DummyIndexer<int>, typename Container = ChunkLIFO<>, typename T = int>
void galois::worklists::OwnerComputes< OwnerFn, Container, T >::push ( const value_type val)
inline
template<typename OwnerFn = DummyIndexer<int>, typename Container = ChunkLIFO<>, typename T = int>
template<typename ItTy >
void galois::worklists::OwnerComputes< OwnerFn, Container, T >::push ( ItTy  b,
ItTy  e 
)
inline
template<typename OwnerFn = DummyIndexer<int>, typename Container = ChunkLIFO<>, typename T = int>
template<typename RangeTy >
void galois::worklists::OwnerComputes< OwnerFn, Container, T >::push_initial ( const RangeTy &  range)
inline

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