| 95 | void resize_zero(size_t new_nbits); |
| 96 | |
| 97 | unsigned int size() const { return nbits; } |
| 98 | unsigned int size_bytes() const { return nbytes; } |
| 99 | octet* get_ptr() { return bytes; } |
| 100 | const octet* get_ptr() const { return bytes; } |
no outgoing calls
no test coverage detected