Cobalt Framework  beta
Console application support
Public Attributes
CBOptionForm Struct Reference

Form of option in command line option. More...

#include <CBOptionForm.h>

List of all members.

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.

Detailed Description

Form of option in command line option.


Member Data Documentation

unsigned int CBOptionForm::optionId

Id of the option


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Enumerations Enumerator Defines