inifiled v2.0.0 (2022-10-19T11:30:11Z)
Home
Dub
Repo
House
inifiled
Undocumented in source.
version(unittest)
@
INI
("A House")
struct
House {
@
INI
("Number of Rooms")
uint
rooms
;
@
INI
("Number of Floors")
uint
floors
;
bool
opEquals
(House other);
}
Members
Functions
opEquals
bool
opEquals
(House other)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
floors
uint
floors
;
Undocumented in source.
rooms
uint
rooms
;
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