|
refseq_coor | shore::operator+ (const refseq_coor &c0, const refseq_coor::diff_t d) |
|
refseq_coor | shore::operator- (const refseq_coor &c0, const refseq_coor::diff_t d) |
|
refseq_coor::diff_t | shore::operator- (const refseq_coor &c0, const refseq_coor &c1) |
|
bool | shore::operator< (const refseq_coor &gc1, const refseq_coor &gc2) |
|
bool | shore::operator> (const refseq_coor &gc1, const refseq_coor &gc2) |
|
bool | shore::operator<= (const refseq_coor &gc1, const refseq_coor &gc2) |
|
bool | shore::operator>= (const refseq_coor &gc1, const refseq_coor &gc2) |
|
bool | shore::operator== (const refseq_coor &gc1, const refseq_coor &gc2) |
|
bool | shore::operator!= (const refseq_coor &gc1, const refseq_coor &gc2) |
|
std::ostream & | shore::operator<< (std::ostream &os, const refseq_coor &gc) |
|
std::istream & | shore::operator>> (std::istream &is, refseq_coor &gc) |
|
bool | shore::operator== (const refseq_region &gc1, const refseq_region &gc2) |
|
bool | shore::operator!= (const refseq_region &gc1, const refseq_region &gc2) |
|
bool | shore::operator== (const refseq_range &gc1, const refseq_range &gc2) |
|
bool | shore::operator!= (const refseq_range &gc1, const refseq_range &gc2) |
|
std::ostream & | shore::operator<< (std::ostream &os, const refseq_range &gr) |
|
std::istream & | shore::operator>> (std::istream &is, refseq_range &gr) |
|
std::istream & | shore::operator>> (std::istream &in, Strand &s) |
| Parse Strand.
|
|
std::ostream & | shore::operator<< (std::ostream &out, const Strand &s) |
| Print Strand.
|
|
Strand | shore::other_strand (const Strand strand) |
| Get the opposite strand.
|
|
std::istream & | shore::operator>> (std::istream &in, OptionalStrand &s) |
| Parse OptionalStrand.
|
|
std::ostream & | shore::operator<< (std::ostream &out, const OptionalStrand &s) |
| Print OptionalStrand.
|
|
OptionalStrand | shore::other_strand (const OptionalStrand strand) |
| Get the opposite strand.
|
|
std::istream & | shore::operator>> (std::istream &in, ExtendedStrand &s) |
| Parse ExtendedStrand.
|
|
std::ostream & | shore::operator<< (std::ostream &out, const ExtendedStrand &s) |
| Print ExtendedStrand.
|
|
ExtendedStrand | shore::other_strand (const ExtendedStrand strand) |
| Get the opposite strand.
|
|
std::istream & | shore::operator>> (std::istream &is, genomic_range &gr) |
| Parse genomic_range. More...
|
|
std::ostream & | shore::operator<< (std::ostream &os, const genomic_range &gr) |
| Print a genomic_range. More...
|
|