inifiled ~master (2020-11-24T14:17:45Z)
Home
Dub
Repo
Child
inifiled
Undocumented in source.
version(unittest)
@
INI
("A child must have a parent")
struct
Child {
@
INI
("The firstname of the child")
string
firstname
;
@
INI
("The age of the child")
int
age
;
bool
opEquals
(Child other);
}
Members
Functions
opEquals
bool
opEquals
(Child 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.
Meta
Source
See Implementation
inifiled
enums
Check
functions
buildSectionParse
buildValueParse
genINIparser
getINI
getKey
getSection
getTimpl
getTypeName
getValue
getValueArray
isKeyValue
isSection
readINIFile
readINIFileImpl
removeFromLastPoint
writeComment
writeINIFile
writeINIFileImpl
writeValue
writeValues
structs
Child
ConfuseTheParser
Dog
House
INI
ModuleFilters
Person
Spouse
StaticAnalysisConfig