Coord Class Reference#include <coord.h>
List of all members.
Constructor & Destructor Documentation
| Coord::Coord |
( |
int |
line, |
|
|
short int |
offset, |
|
|
short int |
file |
|
) |
[inline] |
|
Member Function Documentation
| void Coord::file |
( |
short int |
file |
) |
[inline] |
|
| short int Coord::file |
( |
|
) |
const [inline] |
|
| string& Coord::filename |
( |
|
) |
|
|
| bool Coord::is_unknown |
( |
|
) |
const [inline] |
|
| void Coord::line |
( |
int |
line |
) |
[inline] |
|
| int Coord::line |
( |
|
) |
const [inline] |
|
| void Coord::offset |
( |
short int |
offset |
) |
[inline] |
|
| short int Coord::offset |
( |
|
) |
const [inline] |
|
| string Coord::to_string |
( |
|
) |
|
|
Friends And Related Function Documentation
| ostream& operator<< |
( |
ostream & |
, |
|
|
const Coord & |
|
|
) |
[friend] |
|
Member Data Documentation
The documentation for this class was generated from the following file:
|