1 #ifndef CONFIGURABLE_CLASS
2 #define CONFIGURABLE_CLASS
33 class configuration_list;
50 virtual bool set_config(
const configuration_list &to_use) = 0;
DEFINE_CLASS_NAME("configurable")
virtual bool set_config(const configuration_list &to_use)=0
retrieves the config items from "to_use" and stores them here.
virtual void get_config(configuration_list &to_fill, bool append) const =0
interprets the contents of this object as a configuration list.