LocalConfig

* Singleton class containing the variant map.

Members

Static functions

get
auto get()
Undocumented in source. Be warned that the author may not have intended to support it.
get
auto get(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
lookup
auto lookup(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
lookup
auto lookup()
Undocumented in source. Be warned that the author may not have intended to support it.
readProperties
Variant[string] readProperties(File* f)
Undocumented in source. Be warned that the author may not have intended to support it.
setRuntimeDefaults
void setRuntimeDefaults(Variant[string] properties)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_appconfig
LocalConfig _appconfig;
Undocumented in source.
properties
Variant[string] properties;
Undocumented in source.

Meta