35 #ifndef MULTOVL_TRACKIO_HEADER
36 #define MULTOVL_TRACKIO_HEADER
53 #include "boost/noncopyable.hpp"
90 void add_error(
const std::string& msg)
111 #endif // MULTOVL_TRACKIO_HEADER
void add_error(const std::string &msg)
const Errors & errors() const
Definition: trackio.hh:86
Definition: trackio.hh:69
TrackReader()
default init
Definition: trackio.hh:74
virtual std::string read_into(std::string &chrom, Region ®)=0
Instances of the Region class represent regions on a sequence. They have first and last coordinates...
Definition: region.hh:65
Simple facility to keep track of errors and warnings.
Definition: errors.hh:49