librostlab-blast
1.0.1
|
A point in a source file. More...
#include <blast-parser-location.h>
Public Member Functions | |
position (std::string *f=YY_NULLPTR, unsigned l=1u, unsigned c=1u) | |
Construct a position. More... | |
void | initialize (std::string *fn=YY_NULLPTR, unsigned l=1u, unsigned c=1u) |
Initialization. More... | |
Line and Column related manipulators | |
void | lines (int count=1) |
(line related) Advance to the COUNT next lines. More... | |
void | columns (int count=1) |
(column related) Advance to the COUNT next columns. More... | |
Public Attributes | |
std::string * | filename |
File name to which this position refers. More... | |
unsigned | line |
Current line number. More... | |
unsigned | column |
Current column number. More... | |
A point in a source file.
Definition at line 61 of file blast-parser-location.h.
|
inlineexplicit |
Construct a position.
Definition at line 65 of file blast-parser-location.h.
|
inline |
(column related) Advance to the COUNT next columns.
Definition at line 97 of file blast-parser-location.h.
|
inline |
Initialization.
Definition at line 75 of file blast-parser-location.h.
|
inline |
(line related) Advance to the COUNT next lines.
Definition at line 87 of file blast-parser-location.h.
unsigned rostlab::blast::position::column |
Current column number.
Definition at line 108 of file blast-parser-location.h.
std::string* rostlab::blast::position::filename |
File name to which this position refers.
Definition at line 104 of file blast-parser-location.h.
unsigned rostlab::blast::position::line |
Current line number.
Definition at line 106 of file blast-parser-location.h.