ConfigParser.VarIterator

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

Members

Functions

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

Variable Iterator. Iterates over keys of a category.

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

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

Variables

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

Meta