ArraySetting

Undocumented in source.

Constructors

this
this(Config config, AggregateSetting parent, string name)
Undocumented in source.

Members

Functions

add
Setting add(Type type)
Undocumented in source. Be warned that the author may not have intended to support it.
add
auto add()
Undocumented in source. Be warned that the author may not have intended to support it.
addScalar
ScalarSetting addScalar(T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From AggregateSetting

child
inout(Setting) child(size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
child
inout(Setting) child(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
children
inout(Setting)[] children [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
bool remove(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
lookUp
inout(Setting) lookUp(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
addChild
void addChild(Setting child)
Undocumented in source. Be warned that the author may not have intended to support it.
setChildren
void setChildren(Setting[] children)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta