IniFragment

Utility sponge type which absorbs any INI data. Can be later deserialized into a concrete type.

Members

Functions

deserializeInto
void deserializeInto(U v)
Undocumented in source. Be warned that the author may not have intended to support it.
makeIniHandler
IniHandler!S makeIniHandler()
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(IniHandler!S handler)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Child
struct Child
Undocumented in source.

Variables

children
Child[] children;
Undocumented in source.
value
S value;
Undocumented in source.

Meta