ConfigIterator.root

The root string that is used to filter sections of the configuration over which to iterate. For instance, in a config file containing sections 'LOG.a', 'LOG.b', 'LOG.a.a1' etc., the root string would be "LOG".

struct ConfigIterator(T, Source = ConfigParser)
istring root;

Meta