Srcpos

//////// Position in source file

@nogc nothrow @safe
struct Srcpos {
nothrow
uint Slinnum;
nothrow
uint Scharnum;
nothrow
const(char)* Sfilename;
}

Members

Functions

set
void set(const(char)* filename, uint linnum, int charnum)

Set fields of Srcpos

Meta