librostlab-blast
1.0.1
|
Abstract a position. More...
#include <blast-parser-position.h>
Public Member Functions | |
position () | |
Construct a position. | |
void | initialize (std::string *fn) |
Initialization. | |
Line and Column related manipulators | |
void | lines (int count=1) |
(line related) Advance to the COUNT next lines. | |
void | columns (int count=1) |
(column related) Advance to the COUNT next columns. |
Public Attributes | |
std::string * | filename |
File name to which this position refers. | |
unsigned int | line |
Current line number. | |
unsigned int | column |
Current column number. |
Abstract a position.
Definition at line 53 of file blast-parser-position.h.
|
inline |
Construct a position.
Definition at line 58 of file blast-parser-position.h.
|
inline |
(column related) Advance to the COUNT next columns.
Definition at line 83 of file blast-parser-position.h.
|
inline |
Initialization.
Definition at line 65 of file blast-parser-position.h.
|
inline |
(line related) Advance to the COUNT next lines.
Definition at line 76 of file blast-parser-position.h.
unsigned int rostlab::blast::position::column |
Current column number.
Definition at line 95 of file blast-parser-position.h.
std::string* rostlab::blast::position::filename |
File name to which this position refers.
Definition at line 91 of file blast-parser-position.h.
unsigned int rostlab::blast::position::line |
Current line number.
Definition at line 93 of file blast-parser-position.h.