GraphChi  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Macros
Public Member Functions
graphchi::dense_bitset Class Reference

List of all members.

Public Member Functions

 dense_bitset (size_t size)
void resize (size_t n)
void clear ()
void setall ()
bool get (uint32_t b) const
bool set_bit (uint32_t b)
 Set the bit returning the old value.
bool set (uint32_t b, bool value)
 Set the state of the bit returning the old value.
bool clear_bit (uint32_t b)
 Clear the bit returning the old value.
void clear_bits (uint32_t fromb, uint32_t tob)
size_t size () const

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