|
librostlab-blast
1.0.0
|


Go to the source code of this file.
Classes | |
| class | rostlab::blast::location |
| Abstract a location. More... | |
Namespaces | |
| namespace | rostlab |
| namespace | rostlab::blast |
Functions | |
| const location | rostlab::blast::operator+ (const location &begin, const location &end) |
| Join two location objects to create a location. | |
| const location | rostlab::blast::operator+ (const location &begin, unsigned int width) |
| Add two location objects. | |
| location & | rostlab::blast::operator+= (location &res, unsigned int width) |
| Add and assign a location. | |
| bool | rostlab::blast::operator== (const location &loc1, const location &loc2) |
| Compare two location objects. | |
| bool | rostlab::blast::operator!= (const location &loc1, const location &loc2) |
| Compare two location objects. | |
| std::ostream & | rostlab::blast::operator<< (std::ostream &ostr, const location &loc) |
| Intercept output stream redirection. | |
1.7.6.1