27 #ifndef CONFIG_FILE_HPP
28 #define CONFIG_FILE_HPP
30 #include "../my_config.h"
34 using namespace libdar;
39 class config_file :
public hide_file
42 config_file(
const vector<string> & target,
generic_file &f) : hide_file(f) { cibles = target; };
48 vector<string> cibles;
contains class of base to split files in words
this is the interface class from which all other data transfer classes inherit
the arbitrary large positive integer class