librostlab-blast 1.0.1
|
Two points in a source file. More...
#include <blast-parser-location.h>
Public Types | |
typedef position::filename_type | filename_type |
Type for file name. | |
typedef position::counter_type | counter_type |
Type for line and column numbers. | |
Public Member Functions | |
location (const position &b, const position &e) | |
Construct a location from b to e. | |
location (const position &p=position()) | |
Construct a 0-width location in p. | |
location (filename_type *f, counter_type l=1, counter_type c=1) | |
Construct a 0-width location in f, l, c. | |
void | initialize (filename_type *f=YY_NULLPTR, counter_type l=1, counter_type c=1) |
Initialization. | |
Line and Column related manipulators | |
void | step () |
Reset initial location to final location. | |
void | columns (counter_type count=1) |
Extend the current location to the COUNT next columns. | |
void | lines (counter_type 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. | |
Two points in a source file.
Definition at line 166 of file blast-parser-location.h.
Type for line and column numbers.
Definition at line 172 of file blast-parser-location.h.
Type for file name.
Definition at line 170 of file blast-parser-location.h.
Construct a location from b to e.
Definition at line 175 of file blast-parser-location.h.
Construct a 0-width location in p.
Definition at line 181 of file blast-parser-location.h.
|
inlineexplicit |
Construct a 0-width location in f, l, c.
Definition at line 187 of file blast-parser-location.h.
|
inline |
Extend the current location to the COUNT next columns.
Definition at line 214 of file blast-parser-location.h.
|
inline |
Initialization.
Definition at line 196 of file blast-parser-location.h.
|
inline |
Extend the current location to the COUNT next lines.
Definition at line 220 of file blast-parser-location.h.
|
inline |
Reset initial location to final location.
Definition at line 208 of file blast-parser-location.h.
position rostlab::blast::location::begin |
Beginning of the located region.
Definition at line 229 of file blast-parser-location.h.
position rostlab::blast::location::end |
End of the located region.
Definition at line 231 of file blast-parser-location.h.