27#ifndef CONFIG_FILE_HPP
28#define CONFIG_FILE_HPP
39class config_file :
public hide_file
42 config_file(
const deque<string> & target,
generic_file &f);
43 config_file(
const config_file & ref) =
default;
44 config_file & operator = (
const config_file & ref) =
default;
45 ~config_file() =
default;
47 deque<string> get_read_targets()
const;
50 virtual void fill_morceau()
override;
58 t_cible(
const string & val) { target = val; seen =
false; };
59 t_cible() { target =
""; seen =
false; };
62 deque<t_cible> cibles;
64 bool is_a_target(
const string & val);
65 bool find_next_target(
generic_file &f, infinint & debut,
string & nature, infinint & fin);
generic_file(gf_mode m)
main constructor
contains class of base to split files in words
include macro defined by the configure script and some specific additional ones
libdar namespace encapsulate all libdar symbols