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