A location in the original source code. More...
#include <SourceLocation.h>
Public Member Functions | |
| SourceLocation (const std::string &filename="", size_t line=0, size_t column=0) | |
| operator bool () const | |
| bool | operator< (const SourceLocation &) const |
| bool | operator> (const SourceLocation &) const |
| bool | operator== (const SourceLocation &) const |
| bool | operator!= (const SourceLocation &) const |
| virtual void | PrettyPrint (Bytestream &, size_t indent=0) const override |
| Print a human-readable representation to an output stream and return that output stream. | |
Public Member Functions inherited from fabrique::Printable | |
| Printable (const Printable &) | |
| Printable & | operator= (const Printable &) |
| virtual std::string | str () const |
Public Attributes | |
| std::string | filename |
| size_t | line |
| size_t | column |
A location in the original source code.
Definition at line 51 of file SourceLocation.h.