|
librostlab-blast 1.0.1
|
Classes | |
| struct | hit |
| Blast hit. More... | |
| struct | hsp |
| High-scoring segment pair. More... | |
| class | location |
| Two points in a source file. More... | |
| struct | oneline |
| One-line description. More... | |
| class | parser |
| A Bison parser. More... | |
| class | parser_driver |
| Blast (default, -m 0) output parser. More... | |
| class | parser_error |
| class | position |
| A point in a source file. More... | |
| struct | result |
| Blast result for one query. More... | |
| struct | round |
| Data specific to an iterated blast round. More... | |
Functions | |
| position & | operator+= (position &res, position::counter_type width) |
| Add width columns, in place. | |
| position | operator+ (position res, position::counter_type width) |
| Add width columns. | |
| position & | operator-= (position &res, position::counter_type width) |
| Subtract width columns, in place. | |
| position | operator- (position res, position::counter_type width) |
| Subtract width columns. | |
| template<typename YYChar > | |
| std::basic_ostream< YYChar > & | operator<< (std::basic_ostream< YYChar > &ostr, const position &pos) |
| Intercept output stream redirection. | |
| location & | operator+= (location &res, const location &end) |
| Join two locations, in place. | |
| location | operator+ (location res, const location &end) |
| Join two locations. | |
| location & | operator+= (location &res, location::counter_type width) |
| Add width columns to the end position, in place. | |
| location | operator+ (location res, location::counter_type width) |
| Add width columns to the end position. | |
| location & | operator-= (location &res, location::counter_type width) |
| Subtract width columns to the end position, in place. | |
| location | operator- (location res, location::counter_type width) |
| Subtract width columns to the end position. | |
| template<typename YYChar > | |
| std::basic_ostream< YYChar > & | operator<< (std::basic_ostream< YYChar > &ostr, const location &loc) |
| Intercept output stream redirection. | |
Join two locations.
Definition at line 244 of file blast-parser-location.h.
|
inline |
Add width columns to the end position.
Definition at line 259 of file blast-parser-location.h.
|
inline |
Add width columns.
Definition at line 133 of file blast-parser-location.h.
Join two locations, in place.
Definition at line 236 of file blast-parser-location.h.
|
inline |
Add width columns to the end position, in place.
Definition at line 251 of file blast-parser-location.h.
|
inline |
Add width columns, in place.
Definition at line 125 of file blast-parser-location.h.
|
inline |
Subtract width columns to the end position.
Definition at line 273 of file blast-parser-location.h.
|
inline |
Subtract width columns.
Definition at line 147 of file blast-parser-location.h.
|
inline |
Subtract width columns to the end position, in place.
Definition at line 266 of file blast-parser-location.h.
|
inline |
Subtract width columns, in place.
Definition at line 140 of file blast-parser-location.h.
| std::basic_ostream< YYChar > & rostlab::blast::operator<< | ( | std::basic_ostream< YYChar > & | ostr, |
| const location & | loc | ||
| ) |
Intercept output stream redirection.
| ostr | the destination output stream |
| loc | a reference to the location to redirect |
Avoid duplicate information.
Definition at line 273 of file blast-parser-location.h.
| std::basic_ostream< YYChar > & rostlab::blast::operator<< | ( | std::basic_ostream< YYChar > & | ostr, |
| const position & | pos | ||
| ) |
Intercept output stream redirection.
| ostr | the destination output stream |
| pos | a reference to the position to redirect |
Definition at line 147 of file blast-parser-location.h.