#include <conf.h>
Inheritance diagram for modules::ConfModule:
Public Member Functions | |
ConfModule (std::string const &name, bool reloadable=true) | |
Public Attributes | |
conf::ConfString | mname |
conf::ConfString | config |
Protected Member Functions | |
virtual bool | add (conf::Conf &conf, conf::Conf &new_conf) |
Adds directives to a Conf object. |
|
This function must be overriden in derived classes to add directives to the given Conf object.
Implements conf::ConfBlock. |