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 <iostream>
#include <string>
#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

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. More...
 
const location rostlab::blast::operator+ (const location &begin, unsigned int width)
 Add two location objects. More...
 
location & rostlab::blast::operator+= (location &res, unsigned int width)
 Add and assign a location. 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...
 
std::ostream & rostlab::blast::operator<< (std::ostream &ostr, const location &loc)
 Intercept output stream redirection. More...