Private implementation class for CommandLineParser.
|
|
| Impl (Options *options) |
| | Sets the options object to parse to.
|
| |
|
| static const char * | toOptionName (const char *arg) |
| | Determines whether a cmdline parameter starts an option and the name of that option. More...
|
| |
| const char * gmx::CommandLineParser::Impl::toOptionName |
( |
const char * |
arg | ) |
|
|
static |
Determines whether a cmdline parameter starts an option and the name of that option.
- Parameters
-
| [in] | arg | Individual argument from argv. |
- Returns
- The beginning of the option name in
arg, or NULL if arg does not look like an option.
| bool gmx::CommandLineParser::Impl::bAllowPositionalArguments_ |
Whether to allow positional arguments.
These are not options (no leading hyphen), and come before all options.
The documentation for this class was generated from the following file: