Options::Parse( int &, StrPtr * &, const char *, int, const ErrorId &, Error * )
Extract command line arguments and associated values.
Virtual? |
No |
|
Class |
||
Arguments |
|
Number of arguments |
|
An array of arguments to parse |
|
|
The list of valid options to extract |
|
|
A flag indicating how many arguments are expected to remain when parsing is complete |
|
|
An error message containing usage tips |
|
|
The |
|
Returns |
|
Notes
See the notes for the char ** &argv
version of Options::Parse()
for
details.