librostlab-blast  1.0.1
Classes | Namespaces | Macros | Functions
blast-parser-location.h File Reference
#include <algorithm>
#include <iostream>
#include <string>
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::position
 A point in a source file. More...
 
class  rostlab::blast::location
 Two points in a source file. More...
 

Namespaces

 rostlab
 
 rostlab::blast
 

Macros

#define YY_NULLPTR   ((void*)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...
 
location & rostlab::blast::operator+= (location &res, const location &end)
 Join two locations, in place. More...
 
location rostlab::blast::operator+ (location res, const location &end)
 Join two locations. More...
 
location & rostlab::blast::operator+= (location &res, int width)
 Add width columns to the end position, in place. More...
 
location rostlab::blast::operator+ (location res, int width)
 Add width columns to the end position. More...
 
location & rostlab::blast::operator-= (location &res, int width)
 Subtract width columns to the end position, in place. More...
 
location rostlab::blast::operator- (location res, int width)
 Subtract width columns to the 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...
 

Macro Definition Documentation

◆ YY_NULLPTR

#define YY_NULLPTR   ((void*)0)

Definition at line 53 of file blast-parser-location.h.