FileConfig.h
Go to the documentation of this file.
1 #ifndef messagefacility_plugins_private_FileConfig_h
2 #define messagefacility_plugins_private_FileConfig_h
3 // vim: set sw=2 expandtab :
4 
5 #include "fhiclcpp/types/Atom.h"
6 
7 #include <string>
8 
9 namespace mf::priv {
10 
11  struct FileConfig {
12 
15  fhicl::Name{"append"},
16  fhicl::Comment{"If 'append' is set to 'true', then the contents\n"
17  "of an already-existing file are retained."},
18  false};
19  };
20 
21 } // namespace mfplugins
22 
23 #endif /* messagefacility_plugins_private_FileConfig_h */
24 
25 // Local variables:
26 // mode: c++
27 // End:
fhicl::Atom< std::string > filename
Definition: FileConfig.h:13
fhicl::Atom< bool > append
Definition: FileConfig.h:14