Loc

Undocumented in source.

Constructors

this
this(const(char)* filename, uint linnum, uint charnum, uint offset)
Undocumented in source.

Members

Functions

equals
bool equals(const(Loc) loc)
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool isValid()
offset
uint offset()
Undocumented in source. Be warned that the author may not have intended to support it.
offset
uint offset(uint value)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(const(Loc) loc)
Undocumented in source. Be warned that the author may not have intended to support it.
toChars
const(char)* toChars(bool showColumns, ubyte messageStyle)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

initial
Loc initial;

use for default initialization of const ref Loc's

Variables

charnum
uint charnum;
Undocumented in source.
filename
const(char)* filename;
Undocumented in source.
linnum
uint linnum;
Undocumented in source.
offset_
uint offset_;
Undocumented in source.

Meta