inifiled v1.0.1 (2017-05-11T16:59:04Z)
Home
Dub
Repo
Spose
inifiled
Undocumented in source.
version(unittest)
@
INI
("A Spose")
struct
Spose {
@
INI
("The firstname of the spose")
string
firstname
;
@
INI
("The age of the spose")
int
age
;
@
INI
("The House of the spose")
House
house
;
bool
opEquals
(Spose other);
}
Members
Functions
opEquals
bool
opEquals
(Spose other)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
age
int
age
;
Undocumented in source.
firstname
string
firstname
;
Undocumented in source.
house
House
house
;
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