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