#include <bit_set.hpp>
Public Member Functions | |
| const int * | data () const |
| bool | get (size_t index) const |
| ProxyBitSet (const int *data, size_t bits) | |
Private Attributes | |
| const size_t | bit_count_ |
| const int * | data_ |
| const size_t | data_word_count_ |
Definition at line 69 of file bit_set.hpp.
|
inline |
Definition at line 71 of file bit_set.hpp.
|
inline |
Definition at line 81 of file bit_set.hpp.
|
inline |
Definition at line 74 of file bit_set.hpp.
|
private |
Definition at line 87 of file bit_set.hpp.
|
private |
Definition at line 86 of file bit_set.hpp.
|
private |
Definition at line 88 of file bit_set.hpp.