ConfigurationItem

Constructors

this
this(string name, string parentPath)
Undocumented in source.

Members

Functions

apppendChildNode
void apppendChildNode(string key, ConfigurationItem subItem)
Undocumented in source. Be warned that the author may not have intended to support it.
as
T as(T v)
Undocumented in source. Be warned that the author may not have intended to support it.
exists
bool exists(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
ConfigurationItem opDispatch()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
ConfigurationItem opIndex(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

fullPath
string fullPath [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
subItem
string subItem [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
subItems
string subItems [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
string value [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

parent
ConfigurationItem parent;
Undocumented in source.

Meta