librostlab-blast 1.0.1
|
A point in a source file. More...
#include <blast-parser-location.h>
Public Types | |
typedef const std::string | filename_type |
Type for file name. | |
typedef int | counter_type |
Type for line and column numbers. | |
Public Member Functions | |
position (filename_type *f=YY_NULLPTR, counter_type l=1, counter_type c=1) | |
Construct a position. | |
void | initialize (filename_type *fn=YY_NULLPTR, counter_type l=1, counter_type c=1) |
Initialization. | |
Line and Column related manipulators | |
void | lines (counter_type count=1) |
(line related) Advance to the COUNT next lines. | |
void | columns (counter_type count=1) |
(column related) Advance to the COUNT next columns. | |
Public Attributes | |
filename_type * | filename |
File name to which this position refers. | |
counter_type | line |
Current line number. | |
counter_type | column |
Current column number. | |
A point in a source file.
Definition at line 61 of file blast-parser-location.h.
Type for line and column numbers.
Definition at line 67 of file blast-parser-location.h.
const std::string rostlab::blast::position::filename_type |
Type for file name.
Definition at line 65 of file blast-parser-location.h.
|
inlineexplicit |
Construct a position.
Definition at line 70 of file blast-parser-location.h.
|
inline |
(column related) Advance to the COUNT next columns.
Definition at line 102 of file blast-parser-location.h.
|
inline |
Initialization.
Definition at line 80 of file blast-parser-location.h.
|
inline |
(line related) Advance to the COUNT next lines.
Definition at line 92 of file blast-parser-location.h.
counter_type rostlab::blast::position::column |
Current column number.
Definition at line 113 of file blast-parser-location.h.
filename_type* rostlab::blast::position::filename |
File name to which this position refers.
Definition at line 109 of file blast-parser-location.h.
counter_type rostlab::blast::position::line |
Current line number.
Definition at line 111 of file blast-parser-location.h.