inilike ~master (2021-09-27T18:58:46Z)
Dub
Repo
IniLikeFile.this
inilike
file
IniLikeFile
Construct empty
IniLikeFile
, i.e. without any groups or values
this
()
class
IniLikeFile
@
nogc
@
safe
nothrow
this
(
)
this
(string fileName, ReadOptions readOptions)
this
(IniLikeReader reader, string fileName, ReadOptions readOptions)
Meta
Source
See Implementation
inilike
file
IniLikeFile
constructors
this
enums
DuplicateGroupPolicy
DuplicateKeyPolicy
functions
addGenericGroup
appendLeadingComment
byGroup
byNode
clearLeadingComments
createGroupByName
escapedValue
fileName
getNode
group
insertGroup
leadingComments
moveGroupAfter
moveGroupBefore
moveGroupToBack
moveGroupToFront
onCommentInGroup
onGroup
onKeyValue
onLeadingComment
prependLeadingComment
putGroup
readOptions
removeGroup
save
saveToFile
saveToString
unescapedValue
static functions
createEmptyGroup
structs
GroupNode
ReadOptions
WriteOptions
Construct empty IniLikeFile, i.e. without any groups or values