Private implementation class for CommandLineParser.
|
| Impl (Options *options) |
| Sets the options object to parse to.
|
|
const char * | toOptionName (const char *arg) const |
| Determines whether a cmdline parameter starts an option and the name of that option. More...
|
|
const char * gmx::CommandLineParser::Impl::toOptionName |
( |
const char * |
arg | ) |
const |
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.
The documentation for this class was generated from the following file: