inilike v0.2.0 (2015-08-14T09:22:47Z)
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
aliases
SaveDelegate
constructors
this
enums
ReadOptions
functions
addFirstComment
addGroup
byGroup
fileName
firstComments
group
isValidKey
removeGroup
save
saveToFile
saveToString
Read from range of IniLikeLines.