inifiled v2.0.0 (2022-10-19T11:30:11Z)
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
genINIparser
readINIFile
writeINIFile
writeINIFileImpl
structs
Child
ConfuseTheParser
Dog
House
INI
ModuleFilters
Person
Spouse
StaticAnalysisConfig