shlex v0.9.3 (2019-10-24T11:41:57Z)
Home
Dub
Repo
ShlexFile
shlex
Undocumented in source.
class
ShlexFile : InputRange!dchar {
this
(string name);
dchar
front
[@property getter];
dchar
moveFront
();
void
popFront
();
bool
empty
[@property getter];
int
opApply
(int delegate(dchar) dg);
int
opApply
(int delegate(size_t, dchar) dg);
void
close
();
}
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
Source
See Implementation
shlex
aliases
ShlexStream
classes
ShlexFile
functions
_printTokens
quote
split
structs
Shlex