Returns pointer to source bitstring
| 272 | |
| 273 | /// Returns pointer to source bitstring |
| 274 | bitstring const* source() const |
| 275 | { |
| 276 | return reinterpret_cast<bitstring const *>( first_ ); |
| 277 | } |
| 278 | |
| 279 | /// Returns current bit offset from beginning of bit-string |
| 280 | size_t bit_offset() const |
no outgoing calls