librostlab-blast
1.0.1
|
Abstract a location. More...
#include <blast-parser-location.h>
Public Member Functions | |
location () | |
Construct a location. More... | |
void | initialize (std::string *fn) |
Initialization. More... | |
Line and Column related manipulators | |
void | step () |
Reset initial location to final location. More... | |
void | columns (unsigned int count=1) |
Extend the current location to the COUNT next columns. More... | |
void | lines (unsigned int count=1) |
Extend the current location to the COUNT next lines. More... | |
Public Attributes | |
position | begin |
Beginning of the located region. More... | |
position | end |
End of the located region. More... | |
Abstract a location.
Definition at line 54 of file blast-parser-location.h.
|
inline |
Construct a location.
Definition at line 59 of file blast-parser-location.h.
|
inline |
Extend the current location to the COUNT next columns.
Definition at line 82 of file blast-parser-location.h.
|
inline |
Initialization.
Definition at line 66 of file blast-parser-location.h.
|
inline |
Extend the current location to the COUNT next lines.
Definition at line 88 of file blast-parser-location.h.
|
inline |
Reset initial location to final location.
Definition at line 76 of file blast-parser-location.h.
position rostlab::blast::location::begin |
Beginning of the located region.
Definition at line 97 of file blast-parser-location.h.
position rostlab::blast::location::end |
End of the located region.
Definition at line 99 of file blast-parser-location.h.