#include <Location.h>
◆ Location()
Location::Location |
( |
int |
ln, |
|
|
int |
col, |
|
|
std::string |
file |
|
) |
| |
◆ ~Location()
◆ advance()
void Location::advance |
( |
| ) |
|
◆ copy()
void Location::copy |
( |
const Location & |
other | ) |
|
◆ operator=()
void Location::operator= |
( |
const Location & |
other | ) |
|
◆ paren_str()
std::string Location::paren_str |
( |
| ) |
const |
◆ pos_from_char()
void Location::pos_from_char |
( |
const char & |
character | ) |
|
◆ str()
std::string Location::str |
( |
| ) |
const |
◆ column
◆ fname
std::string Location::fname |
◆ line
◆ parent
std::shared_ptr<Location> Location::parent = nullptr |
The documentation for this struct was generated from the following files: