17 INLINE TypedWritable::
18 TypedWritable() : _bam_writers(nullptr) {
24 INLINE TypedWritable::
25 TypedWritable(
const TypedWritable &) : _bam_writers(nullptr) {
31 INLINE
void TypedWritable::
vector_uchar encode_to_bam_stream() const
Converts the TypedWritable object into a single stream of data using a BamWriter, and returns that da...
UpdateSeq get_bam_modified() const
Returns the current bam_modified counter.
Base class for objects that can be written to and read from Bam files.
This is a sequence number that increments monotonically.
void mark_bam_modified()
Increments the bam_modified counter, so that this object will be invalidated and retransmitted on any...