Mark

Position in a YAML stream, used for error messages.

Constructors

this
this(string name, uint line, uint column)

Construct a Mark with specified line and column in the file.

Members

Functions

toString
void toString(W writer)

Get a string representation of the mark.

Variables

column
ushort column;

Column number.

line
ushort line;

Line number.

name
string name;

File name.

Meta