|
librostlab-blast
1.0.0
|
Abstract a location. More...
#include <blast-parser-location.h>

Public Member Functions | |
| location () | |
| Construct a location. | |
| void | initialize (std::string *fn) |
| Initialization. | |
Line and Column related manipulators | |
| void | step () |
| Reset initial location to final location. | |
| void | columns (unsigned int count=1) |
| Extend the current location to the COUNT next columns. | |
| void | lines (unsigned int count=1) |
| Extend the current location to the COUNT next lines. | |
Public Attributes | |
| position | begin |
| Beginning of the located region. | |
| position | end |
| End of the located region. | |
Abstract a location.
Definition at line 55 of file blast-parser-location.h.
| rostlab::blast::location::location | ( | ) | [inline] |
Construct a location.
Definition at line 60 of file blast-parser-location.h.
| void rostlab::blast::location::columns | ( | unsigned int | count = 1 | ) | [inline] |
Extend the current location to the COUNT next columns.
Definition at line 83 of file blast-parser-location.h.
| void rostlab::blast::location::initialize | ( | std::string * | fn | ) | [inline] |
Initialization.
Definition at line 67 of file blast-parser-location.h.
| void rostlab::blast::location::lines | ( | unsigned int | count = 1 | ) | [inline] |
Extend the current location to the COUNT next lines.
Definition at line 89 of file blast-parser-location.h.
| void rostlab::blast::location::step | ( | ) | [inline] |
Reset initial location to final location.
Definition at line 77 of file blast-parser-location.h.
Beginning of the located region.
Definition at line 98 of file blast-parser-location.h.
End of the located region.
Definition at line 100 of file blast-parser-location.h.
1.7.6.1