torc-master
|
Abstract a position. More...
#include <position.hh>
Public Member Functions | |
position () | |
Construct a position. More... | |
void | initialize (std::string *fn) |
Initialization. More... | |
position () | |
Construct a position. More... | |
void | initialize (std::string *fn) |
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... | |
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... | |
Data Fields | |
std::string * | filename |
File name to which this position refers. More... | |
unsigned int | line |
Current line number. More... | |
unsigned int | column |
Current column number. More... | |
Abstract a position.
Definition at line 49 of file bitstream/assembler/lut/position.hh.
|
inline |
Construct a position.
Definition at line 54 of file bitstream/assembler/lut/position.hh.
|
inline |
Construct a position.
Definition at line 54 of file physical/xdl/position.hh.
|
inline |
(column related) Advance to the COUNT next columns.
Definition at line 79 of file bitstream/assembler/lut/position.hh.
|
inline |
(column related) Advance to the COUNT next columns.
Definition at line 79 of file physical/xdl/position.hh.
|
inline |
Initialization.
Definition at line 61 of file physical/xdl/position.hh.
|
inline |
Initialization.
Definition at line 61 of file bitstream/assembler/lut/position.hh.
|
inline |
(line related) Advance to the COUNT next lines.
Definition at line 72 of file bitstream/assembler/lut/position.hh.
|
inline |
(line related) Advance to the COUNT next lines.
Definition at line 72 of file physical/xdl/position.hh.
unsigned int torc::position::column |
Current column number.
Definition at line 96 of file bitstream/assembler/lut/position.hh.
std::string * torc::position::filename |
File name to which this position refers.
Definition at line 92 of file bitstream/assembler/lut/position.hh.
unsigned int torc::position::line |
Current line number.
Definition at line 94 of file bitstream/assembler/lut/position.hh.