ctini ~master (2021-12-11T05:57:01.0181271)
Dub
Repo
Setting
ctini
common
Represents a key-value pair from the ini
struct
Setting {
string
name
;
string
type
;
string
value
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
name
string
name
;
Undocumented in source.
type
string
type
;
Undocumented in source.
value
string
value
;
Undocumented in source.
Meta
Source
See Implementation
ctini
common
functions
apply
parseSections
structs
Section
Setting
Represents a key-value pair from the ini