Galois
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
libgalois/include/galois/DynamicBitset.h File Reference

Contains the DynamicBitSet class and most of its implementation. More...

#include <climits>
#include <vector>
#include <cassert>
#include <boost/iterator/counting_iterator.hpp>
#include <boost/mpl/has_xxx.hpp>
#include "galois/config.h"
#include "galois/AtomicWrapper.h"
#include "galois/PODResizeableArray.h"
#include "galois/GaloisForwardDecl.h"
#include "galois/Traits.h"
#include "galois/Galois.h"

Go to the source code of this file.

Classes

class  galois::DynamicBitSet
 Concurrent dynamically allocated bitset. More...
 
struct  galois::InvalidBitsetFnTy
 A structure representing an empty bitset. More...
 

Namespaces

 galois
 The Galois namespace containing all Galois structures and functions.
 

Detailed Description

Contains the DynamicBitSet class and most of its implementation.