librostlab-blast  1.0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Namespaces | Functions
blast-parser-location.h File Reference
#include "rostlab/blast-parser-position.h"
Include dependency graph for blast-parser-location.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rostlab::blast::location
 Abstract a location. More...
 

Namespaces

 rostlab
 
 rostlab::blast
 

Functions

location rostlab::blast::operator+ (location res, const location &end)
 Join two location objects to create a location. More...
 
location & rostlab::blast::operator+= (location &res, int width)
 Change end position in place. More...
 
location rostlab::blast::operator+ (location res, int width)
 Change end position. More...
 
location & rostlab::blast::operator-= (location &res, int width)
 Change end position in place. More...
 
location rostlab::blast::operator- (const location &begin, int width)
 Change end position. More...
 
bool rostlab::blast::operator== (const location &loc1, const location &loc2)
 Compare two location objects. More...
 
bool rostlab::blast::operator!= (const location &loc1, const location &loc2)
 Compare two location objects. More...
 
template<typename YYChar >
std::basic_ostream< YYChar > & rostlab::blast::operator<< (std::basic_ostream< YYChar > &ostr, const location &loc)
 Intercept output stream redirection. More...