#include <coord.h>
Public Methods | |
Coord (int line, short int offset, short int file) | |
Coord (simpleCoord s) | |
int | line () const |
void | line (int line) |
short int | offset () const |
void | offset (short int offset) |
short int | file () const |
void | file (short int file) |
string & | filename () |
void | get () |
bool | is_unknown () const |
string | to_string () |
Static Public Attributes | |
Coord | Unknown |
Private Attributes | |
int | _line |
short int | _offset |
short int | _file |
Friends | |
ostream & | operator<< (ostream &, const Coord &) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|