#include <conf.h>
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. |
virtual bool modules::ConfModule::add | ( | conf::Conf & | conf, | |
conf::Conf & | new_conf | |||
) | [protected, virtual] |
This function must be overriden in derived classes to add directives to the given Conf object.
conf | The Conf object that called the ConfBlock::begin() function. DO NOT add directives to this object! ;) | |
new_conf | The Conf object to which you must add the directives. |
Implements conf::ConfBlock.