librostlab-blast  1.0.0
Classes | Namespaces | Functions
rostlab/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.
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.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines