42 #ifndef TREE_PANDA_GCC_PARAMETER_HPP 43 #define TREE_PANDA_GCC_PARAMETER_HPP 63 void PrintHelp(std::ostream& os)
const override;
char **const argv
The input parameters;.
int Exec() override
Execute parameter parsing.
Template definition of refcount.
tree_panda_gcc_parameter(const std::string &program_name, int argc, char **const argv)
Constructor.
void CheckParameters() override
Checks parameter values to set implicit one.
void PrintHelp(std::ostream &os) const override
Print the usage of this tool.
void SetDefaults() override
Sets the default values for the tree-panda-gcc tool.
this class is used to manage the command-line or XML options.
~tree_panda_gcc_parameter() override
Destructor.
int argc
The number of input paramters.
void PrintProgramName(std::ostream &os) const override
Print the name of the program to be included in the header.