|
position & | rostlab::blast::operator+= (position &res, position::counter_type width) |
| Add width columns, in place. More...
|
|
position | rostlab::blast::operator+ (position res, position::counter_type width) |
| Add width columns. More...
|
|
position & | rostlab::blast::operator-= (position &res, position::counter_type width) |
| Subtract width columns, in place. More...
|
|
position | rostlab::blast::operator- (position res, position::counter_type width) |
| Subtract width columns. More...
|
|
template<typename YYChar > |
std::basic_ostream< YYChar > & | rostlab::blast::operator<< (std::basic_ostream< YYChar > &ostr, const position &pos) |
| Intercept output stream redirection. More...
|
|
location & | rostlab::blast::operator+= (location &res, const location &end) |
| Join two locations, in place. More...
|
|
location | rostlab::blast::operator+ (location res, const location &end) |
| Join two locations. More...
|
|
location & | rostlab::blast::operator+= (location &res, location::counter_type width) |
| Add width columns to the end position, in place. More...
|
|
location | rostlab::blast::operator+ (location res, location::counter_type width) |
| Add width columns to the end position. More...
|
|
location & | rostlab::blast::operator-= (location &res, location::counter_type width) |
| Subtract width columns to the end position, in place. More...
|
|
location | rostlab::blast::operator- (location res, location::counter_type width) |
| Subtract width columns to the end position. More...
|
|
template<typename YYChar > |
std::basic_ostream< YYChar > & | rostlab::blast::operator<< (std::basic_ostream< YYChar > &ostr, const location &loc) |
| Intercept output stream redirection. More...
|
|