#include <type_traits>
#include <boost/iterator/iterator_facade.hpp>
#include <boost/mpl/if.hpp>
#include "galois/config.h"
#include "galois/FixedSizeRing.h"
#include "galois/TwoLevelIteratorA.h"
Go to the source code of this file.
|
| | galois |
| | The Galois namespace containing all Galois structures and functions.
|
| |
|
| template<typename T , unsigned chunksize = 16> |
| using | galois::gslist = gslist_base< T, chunksize, false > |
| | Singly linked list. More...
|
| |
| template<typename T , unsigned chunksize = 16> |
| using | galois::concurrent_gslist = gslist_base< T, chunksize, true > |
| | Concurrent linked list. More...
|
| |