inifiled v1.0.1 (2017-05-11T16:59:04Z)
Home
Dub
Repo
Dog
inifiled
Undocumented in source.
version(unittest)
@
INI
("A Dog")
struct
Dog {
@
INI
("The name of the Dog")
string
name
;
@
INI
("The food consumed")
float
kg
;
bool
opEquals
(Dog other);
}
Members
Functions
opEquals
bool
opEquals
(Dog other)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
kg
float
kg
;
Undocumented in source.
name
string
name
;
Undocumented in source.
Meta
Source
See Implementation
inifiled
functions
buildSectionParse
buildStructParser
buildValueParse
genINIparser
getINI
getKey
getSection
getTimpl
getTypeName
getValue
getValueArray
isKeyValue
isSection
readINIFile
readINIFileImpl
removeFromLastPoint
writeComment
writeINIFile
writeINIFileImpl
writeValue
writeValues
structs
Child
Dog
House
INI
Person
Spose