VariantConfig

Undocumented in source.

Constructors

this
this(string fileName)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

getValue
Variant getValue(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
getValue
Variant getValue(string key, Variant defval)
Undocumented in source. Be warned that the author may not have intended to support it.
hasValue
bool hasValue(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Variant opIndex(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(T value, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
setValue
void setValue(string key, Variant value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta