Stores information pertaining to a command line InputParameter. More...
#include <CommandLine.h>
Public Attributes | |
std::string | description |
The description (doc string) for the parameter. More... | |
InputParameters::CommandLineMetadata | metadata |
The command line metadata for the parameter. More... | |
Stores information pertaining to a command line InputParameter.
Definition at line 59 of file CommandLine.h.
std::string CommandLine::CommandLineParam::description |
The description (doc string) for the parameter.
Definition at line 62 of file CommandLine.h.
Referenced by CommandLine::setCommandLineParam().
InputParameters::CommandLineMetadata CommandLine::CommandLineParam::metadata |
The command line metadata for the parameter.
Definition at line 64 of file CommandLine.h.
Referenced by CommandLine::setCommandLineParam().