#include <BitMap.h>
Public Member Functions | |
| BitMap () | |
| BitMap (uint64_t size) | |
| ~BitMap () | |
| BitMap (const BitMap &rhs) | |
| BitMap & | operator= (const BitMap &rhs) |
| void | reset () |
| void | set_bit (uint64_t pos) |
| void | reset_bit (uint64_t pos) |
| void | set_bit_atomic (long pos) |
| bool | get_bit (uint64_t pos) |
| long | get_next_bit (uint64_t pos) |
| uint64_t * | data () |
| void | copy_from (const BitMap *other) |
| void | print_ones () |
| BitMap () | |
| BitMap (uint64_t size) | |
| ~BitMap () | |
| BitMap (const BitMap &rhs) | |
| BitMap & | operator= (const BitMap &rhs) |
| void | reset () |
| void | set_bit (uint64_t pos) |
| void | reset_bit (uint64_t pos) |
| void | set_bit_atomic (long pos) |
| bool | get_bit (uint64_t pos) |
| long | get_next_bit (uint64_t pos) |
| uint64_t * | data () |
| void | copy_from (const BitMap *other) |
| void | print_ones () |