gtk-d v3.3.1 (2016-03-27T12:49:35Z)
Home
Dub
Repo
DefReader
utils
DefReader
Undocumented in source.
class
DefReader {
string
filename
;
string
key
;
string
value
;
int
lineNumber
;
string
[]
lines
;
this
(string filename);
void
popFront
();
string
[]
readBlock
(string key);
bool
valueBool
[@property getter];
bool
empty
[@property getter];
}
Constructors
this
this
(string filename)
Undocumented in source.
Members
Functions
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
readBlock
string
[]
readBlock
(string key)
Gets the contends of a block value
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
valueBool
bool
valueBool
[@property getter]
Gets the current value as a bool
Variables
filename
string
filename
;
Undocumented in source.
key
string
key
;
Undocumented in source.
lineNumber
int
lineNumber
;
Undocumented in source.
lines
string
[]
lines
;
Undocumented in source.
value
string
value
;
Undocumented in source.
Meta
Source
See Implementation
utils
DefReader
classes
DefReader