ConfigParser.VarIterator

Variable Iterator. Iterates over keys or key/value pairs of a category. The values are converted to T, unless T is string.

Members

Functions

opApply
int opApply(int delegate(ref string x) dg)

Variable Iterator. Iterates over keys of a category.

opApply
int opApply(int delegate(ref string key, ref T val) dg)

Variable Iterator. Iterates over key/value pairs of a category.

Variables

vars
ValueNode[string]* vars;
Undocumented in source.

Meta