tan  0.0.1
tanlang::SrcLoc Class Reference

Public Member Functions

 SrcLoc (uint32_t r, uint32_t c, const SourceFile *src)
 
SrcLocoperator= (const SrcLoc &other)=default
 
 SrcLoc (const SrcLoc &other)=default
 
bool operator== (const SrcLoc &other) const
 
bool operator!= (const SrcLoc &other) const
 
bool operator<= (const SrcLoc &other) const
 
bool operator< (const SrcLoc &other) const
 
bool operator> (const SrcLoc &other) const
 
SrcLocoperator++ ()
 
SrcLoc operator++ (int)
 
char operator* ()
 

Public Attributes

uint32_t l = 0
 
uint32_t c = 0
 

Friends

class SourceFile
 
class SourceSpan
 

Detailed Description

Definition at line 63 of file source_file.h.


The documentation for this class was generated from the following files: