|
Galois
|
Simple Container Wrapper worklist (not scalable). More...
#include <Simple.h>
Public Types | |
| template<typename _T > | |
| using | retype = Wrapper< _T > |
| template<bool b> | |
| using | rethread = Wrapper |
| 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) |
| galois::optional< value_type > | pop () |
Simple Container Wrapper worklist (not scalable).
| using galois::worklists::Wrapper< T, container, popBack >::rethread = Wrapper |
| using galois::worklists::Wrapper< T, container, popBack >::retype = Wrapper<_T> |
| typedef T galois::worklists::Wrapper< T, container, popBack >::value_type |
|
inline |
|
inline |
|
inline |
|
inline |