Webdar 1.0.0
Web user interface to libdar
Public Member Functions | Static Protected Member Functions | List of all members
bibliotheque_subconfig Class Referenceabstract

class bibliotheque_subconfig is an interface (pure virtual class) More...

#include <bibliotheque_subconfig.hpp>

Inheritance diagram for bibliotheque_subconfig:
Inheritance graph
[legend]

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
 

Detailed Description

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.

Member Function Documentation

◆ get_using_set()

virtual bibliotheque::using_set bibliotheque_subconfig::get_using_set ( ) const
pure virtual

The documentation for this class was generated from the following files: