inilike v0.3.0 (2015-10-16T22:50:11Z)
Dub
Repo
IniLikeFile.this
inilike
IniLikeFile
Read from range of
IniLikeLine
s.
this
()
this
(string fileName, ReadOptions options)
this
(Range byLine, ReadOptions options, string fileName)
class
IniLikeFile
@
trusted
this
(
Range
)
(
Range
byLine
,
ReadOptions
options
=
ReadOptions.noOptions
,
string
fileName
= null
)
if
(
is
(
ElementType
!
Range
:
IniLikeLine
)
)
Throws
IniLikeException
if error occured while parsing.
Meta
Source
See Implementation
inilike
IniLikeFile
constructors
this
enums
ReadOptions
functions
addFirstComment
addGroup
byGroup
fileName
firstComments
group
removeGroup
save
saveToFile
saveToString
static functions
isValidKey
Read from range of IniLikeLines.