#include <quick.h>
Inheritance diagram for conf::DirectivesQ::DConfQ:
Public Member Functions | |
DConfQ (ConfLogger &logger, DirectivesQ &directives) | |
Constructor. | |
DConfQ (DConfQ const &dcq) | |
Copy constructor. | |
DConfQ & | operator= (DConfQ const &right) |
Assignment operator. | |
virtual bool | setup () |
Calls DirectivesQ::add(). | |
Protected Attributes | |
DirectivesQ * | m_directives |
This class is meant to be instantiated by its enclosing DirectivesQ object only, and so it won't be throughly documented.