![]() |
Webdar 1.0.0
Web user interface to libdar
|
class bibliotheque_subconfig is an interface (pure virtual class) More...
#include <bibliotheque_subconfig.hpp>
Public Member Functions | |
virtual bibliotheque::using_set | get_using_set () const =0 |
provide a standard mean for an object to tell its configuration relies on other configuration(s) More... | |
Static Protected Member Functions | |
static void | subconfig_add_to (bibliotheque::using_set &added_to, const bibliotheque::using_set &to_add) |
helper routing for objects of inheriting of that class | |
class bibliotheque_subconfig is an interface (pure virtual class)
jsoner objects added to a bibliotheque MAY implement this interface in addition to jsoner when their configuration is subject to depend on other configurations from the same bibliotheque they are about to be added to (bibliotheque::add_config) or updated in (bibliotheque::update_config). the class arriere_boutique checks whether this interface is implemented or not and managed this transparently.
|
pure virtual |
provide a standard mean for an object to tell its configuration relies on other configuration(s)
Implemented in guichet, html_archive_read, html_form_mask_bool, html_mask_form_filename, html_mask_form_path, html_options_compare, html_options_create, html_options_extract, html_options_isolate, html_options_merge, html_options_read, html_options_repair, html_options_test, and html_over_guichet.