Inheritance diagram for cmdLineStringArray:
Public Member Functions | |
int | read (char **argv, int argc) |
Public Attributes | |
int | count |
char ** | value |
|
This method attempts to read in the parameter from the command line. Reimplemented from cmdLineReadable. |
|
The number of strings read in |
|
The values of the strings |