#include <Location.h>
Public Member Functions | |
Location () | |
Location (Filename f, int l, int c=0) | |
void | setup (Filename f, int l, int c=0) |
const Filename & | filename () const |
int | line () const |
int | column () const |
bool | operator== (const Location &l) const |
bool | operator!= (const Location &l) const |
bool | operator< (const Location &l) const |
Puma::Location::Location | ( | ) | [inline] |
Puma::Location::Location | ( | Filename | f, | |
int | l, | |||
int | c = 0 | |||
) | [inline] |
void Puma::Location::setup | ( | Filename | f, | |
int | l, | |||
int | c = 0 | |||
) | [inline] |
const Filename& Puma::Location::filename | ( | ) | const [inline] |
int Puma::Location::line | ( | ) | const [inline] |
int Puma::Location::column | ( | ) | const [inline] |
bool Puma::Location::operator== | ( | const Location & | l | ) | const [inline] |
bool Puma::Location::operator!= | ( | const Location & | l | ) | const [inline] |
bool Puma::Location::operator< | ( | const Location & | l | ) | const [inline] |