ShlexFile

Undocumented in source.

Constructors

this
this(string name)

The current version reads the file entirely

Members

Functions

close
void close()
moveFront
dchar moveFront()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(dchar) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(size_t, dchar) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
dchar front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta