![]() |
Gorgon Game Engine
|
This class uniquely represents a source code line. More...
Public Member Functions | |
SourceMarker () | |
SourceMarker (const SourceMarker &)=default | |
unsigned long | GetLine () const |
uintptr_t | GetSource () const |
bool | IsValid () const |
bool | operator< (const SourceMarker &other) |
SourceMarker & | operator= (const SourceMarker &)=default |
This class uniquely represents a source code line.
uintptr_t is used for source to reduce dependency
SourceMarker | ( | ) |
|
default |
unsigned long GetLine | ( | ) | const |
uintptr_t GetSource | ( | ) | const |
bool IsValid | ( | ) | const |
bool operator< | ( | const SourceMarker & | other | ) |
|
default |