#include <iosfwd>
#include <map>
#include <string>
#include <misc/string.h>
Go to the source code of this file.
Namespaces | |
namespace | conf |
Classes | |
class | conf::Conf |
A parser for config files. More... | |
class | conf::ConfLogger |
Logging interface for the configuration parser. More... | |
class | conf::ConfStdLogger |
An implementation of ConfLogger using stdout and stderr as output target. More... |