librostlab-blast
1.0.1
|
#include <algorithm>
#include <iostream>
#include <string>
Go to the source code of this file.
Classes | |
class | rostlab::blast::position |
Abstract a position. More... | |
Namespaces | |
rostlab | |
rostlab::blast | |
Macros | |
#define | YY_NULLPTR 0 |
Functions | |
position & | rostlab::blast::operator+= (position &res, int width) |
Add width columns, in place. More... | |
position | rostlab::blast::operator+ (position res, int width) |
Add width columns. More... | |
position & | rostlab::blast::operator-= (position &res, int width) |
Subtract width columns, in place. More... | |
position | rostlab::blast::operator- (position res, int width) |
Subtract width columns. More... | |
bool | rostlab::blast::operator== (const position &pos1, const position &pos2) |
Compare two position objects. More... | |
bool | rostlab::blast::operator!= (const position &pos1, const position &pos2) |
Compare two position objects. More... | |
template<typename YYChar > | |
std::basic_ostream< YYChar > & | rostlab::blast::operator<< (std::basic_ostream< YYChar > &ostr, const position &pos) |
Intercept output stream redirection. More... | |
#define YY_NULLPTR 0 |
Definition at line 49 of file blast-parser-position.h.