1 #ifndef _theplu_yat_utility_option_ofile_ 2 #define _theplu_yat_utility_option_ofile_ 27 #include "OptionFile.h" The Department of Theoretical Physics namespace as we define it.
Class for file related options.
Definition: OptionOutFile.h:44
#define YAT_DEPRECATE_GCC_PRE4_3
with GCC 4.3 and newer (or other compilers) define it as empty
Definition: deprecate.h:53
virtual ~OptionOutFile(void)
Destructor.
Class for parsing the command line.
Definition: CommandLine.h:98
OptionOutFile(CommandLine &cmd, std::string name, std::string desc, bool required=false) YAT_DEPRECATE_GCC_PRE4_3
Constructor.
Class for file related options.
Definition: OptionFile.h:50
std::ostream & ostream(void)
stream ss to underlying file. If no file was given during parsing, reference to std::cout is returned...
bool required(void) const
Definition: OptionArg.h:100
const CommandLine & cmd(void) const