24#ifndef BIBLIOTHEQUE_SUBCONFIG_HPP
25#define BIBLIOTHEQUE_SUBCONFIG_HPP
defines bibliotheque class
class bibliotheque_subconfig is an interface (pure virtual class)
Definition: bibliotheque_subconfig.hpp:50
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)
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
Definition: bibliotheque_subconfig.cpp:43
std::set< coordinates > using_set
list of configs a given config depends on
Definition: bibliotheque.hpp:117