#include <atomic>
#include <utility>
#include <boost/mpl/if.hpp>
#include <boost/iterator/iterator_facade.hpp>
#include <boost/iterator/reverse_iterator.hpp>
#include "galois/config.h"
#include "galois/optional.h"
#include "galois/LazyArray.h"
Go to the source code of this file.
|
| galois |
| The Galois namespace containing all Galois structures and functions.
|
|
|
template<typename T , unsigned ChunkSize = 64> |
using | galois::FixedSizeBag = FixedSizeBagBase< T, ChunkSize, false > |
| Unordered collection of bounded size. More...
|
|
template<typename T , unsigned ChunkSize = 64> |
using | galois::ConcurrentFixedSizeBag = FixedSizeBagBase< T, ChunkSize, true > |
| Unordered collection of bounded size with concurrent insertion or deletion but not both simultaneously. More...
|
|