[bitset] get_nr_bits() method
This commit is contained in:
@ -54,6 +54,7 @@ namespace persistent_data {
|
||||
bitset(tm_ptr tm);
|
||||
bitset(tm_ptr tm, block_address root, unsigned nr_bits);
|
||||
block_address get_root() const;
|
||||
unsigned get_nr_bits() const;
|
||||
void grow(unsigned new_nr_bits, bool default_value);
|
||||
void destroy();
|
||||
|
||||
|
Reference in New Issue
Block a user