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