Srcpos

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

extern (C++) @nogc nothrow @safe
struct Srcpos {
nothrow
uint Slinnum;
nothrow
uint Scharnum;
version(SCPP)
nothrow
Sfile** Sfilptr;
version(SCPP)
nothrow
short Sfilnum;
version(SPP)
nothrow
Sfile** Sfilptr;
version(SPP)
nothrow
short Sfilnum;
version(HTOD)
nothrow
Sfile** Sfilptr;
version(HTOD)
nothrow
short Sfilnum;
version(MARS)
nothrow
const(char)* Sfilename;
}

Members

Functions

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

Set fields of Srcpos

Suggestion Box / Bug Report