#include <quick.h>

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.
1.5.3