Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
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 & |
lhs, |
|
|
const Coord & |
rhs |
|
) |
[friend] |
|
Member Data Documentation
short int Coord::_file [private]
|
|
int Coord::_line [private]
|
|
short int Coord::_offset [private]
|
|
Coord Coord::Unknown [static]
|
|
The documentation for this class was generated from the following files:
|