A class locating a single point in an input file.
More...
#include <SrcLocation.h>
A class locating a single point in an input file.
Definition at line 41 of file SrcLocation.h.
◆ operator<()
bool souffle::SrcLocation::Point::operator< |
( |
const Point & |
other | ) |
const |
|
inline |
◆ operator>()
bool souffle::SrcLocation::Point::operator> |
( |
const Point & |
other | ) |
const |
|
inline |
◆ print()
void souffle::SrcLocation::Point::print |
( |
std::ostream & |
out | ) |
const |
|
inline |
◆ operator<<
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const Point & |
loc |
|
) |
| |
|
friend |
Enables locations to be printed.
Definition at line 68 of file SrcLocation.h.
◆ column
int souffle::SrcLocation::Point::column |
The column in the source file.
Definition at line 52 of file SrcLocation.h.
◆ line
int souffle::SrcLocation::Point::line |
The documentation for this struct was generated from the following file: