|
Cobalt Framework
beta
Console application support
|
Form of option in command line option. More...
#include <CBOptionForm.h>
Public Attributes | |
| unsigned int | optionId |
| char | shortName |
| Short name of the option If the option does not have short name, set to '\0' to this. | |
| const char * | longName |
| Long name of the option If the option does not have long name, set NULL to this. | |
| unsigned int | parameterNum |
| Number of parameters of this option. | |
| const char * | description |
| Description of this command. | |
Form of option in command line option.
| unsigned int CBOptionForm::optionId |
Id of the option
1.7.5.1