39 static char btoc(
const gt_t &);
40 static gt_t ctob(
const char &);
A class converts human readable bases to bit flags.
Definition: base.h:16
gt_t base
Represents a single base.
Definition: base.h:32
bool masked
indicates the site has been masked.
Definition: base.h:21
friend std::ostream & operator<<(std::ostream &, const Base &)
use the << operator to write Allele.
Definition: base.cc:128
friend std::istream & operator>>(std::istream &, Base &)
use the >> operator to read Allele.
Definition: base.cc:120