FE 0.6.0
A header-only C++ library for writing frontends
|
This is the complete list of members for fe::Loc, including all inherited members.
anew_begin() const | fe::Loc | inline |
anew_finis() const | fe::Loc | inline |
begin | fe::Loc | |
dump() const | fe::Loc | |
finis | fe::Loc | |
Loc()=default | fe::Loc | |
Loc(const std::filesystem::path *path, Pos begin, Pos finis) | fe::Loc | inline |
Loc(const std::filesystem::path *file, Pos pos) | fe::Loc | inline |
Loc(Pos begin, Pos finis) | fe::Loc | inline |
Loc(Pos pos) | fe::Loc | inline |
operator bool() const | fe::Loc | inlineexplicit |
operator+(Pos pos) const | fe::Loc | inline |
operator+(Loc loc) const | fe::Loc | inline |
operator<<(std::ostream &os, Loc loc) | fe::Loc | friend |
operator==(Loc other) const | fe::Loc | inline |
path | fe::Loc |