inifiled ~master (2020-11-24T14:17:45Z)
Home
Dub
Repo
Spouse
inifiled
Undocumented in source.
version(unittest)
@
INI
("A Spouse")
struct
Spouse {
@
INI
("The firstname of the spouse")
string
firstname
;
@
INI
("The age of the spouse")
int
age
;
@
INI
("The House of the spouse")
House
house
;
bool
opEquals
(Spouse other);
}
Members
Functions
opEquals
bool
opEquals
(Spouse 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
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