Public Attributes | List of all members
mf::priv::FileConfig Struct Reference

#include <FileConfig.h>

Public Attributes

fhicl::Atom< std::stringfilename {fhicl::Name{"filename"}}
 
fhicl::Atom< boolappend
 

Detailed Description

Definition at line 11 of file FileConfig.h.

Member Data Documentation

fhicl::Atom<bool> mf::priv::FileConfig::append
Initial value:
{
fhicl::Name{"append"},
fhicl::Comment{"If 'append' is set to 'true', then the contents\n"
"of an already-existing file are retained."},
false}

Definition at line 14 of file FileConfig.h.

fhicl::Atom<std::string> mf::priv::FileConfig::filename {fhicl::Name{"filename"}}

Definition at line 13 of file FileConfig.h.


The documentation for this struct was generated from the following file: