1 #ifndef _theplu_yat_utility_option_file_
2 #define _theplu_yat_utility_option_file_
26 #include "OptionArg.h"
67 bool required=
false,
bool exist=
false, std::string bits=
"");
75 void do_validate2()
const;
OptionFile(CommandLine &cmd, std::string name, std::string desc, bool required=false, bool exist=false, std::string bits="")
Constructor.
bool required(void) const
Definition: OptionArg.h:100
virtual ~OptionFile(void)
Destructor.
Option with argument.
Definition: OptionArg.h:51
Class for parsing the command line.
Definition: CommandLine.h:98
Class for file related options.
Definition: OptionFile.h:50
const CommandLine & cmd(void) const