FileAndLines

A line-by-line representation of a dmd.root.file.File.

Constructors

this
this(const(char)[] filename)

File to read and split into its lines.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

buffer
FileBuffer* buffer;
Undocumented in source.
file
FileName* file;
Undocumented in source.
lines
const(char[])[] lines;
Undocumented in source.

Meta