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);
45 vector<string> get_read_targets()
const;
56 t_cible(
const string & val) { target = val; seen =
false; };
57 t_cible() { target =
""; seen =
false; };
60 vector<t_cible> cibles;
62 bool is_a_target(
const string & val);
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