Puma Reference Manual | Puma: Puma::OptsParser::Option Struct Reference |
#include <OptsParser.h>
Public Attributes | |
int | number |
Number associated with this option. | |
const char * | shortName |
Short name of this option. | |
const char * | longName |
Long namen of this option. | |
const char * | desc |
Description of this option. | |
ArgType | argType |
Type of argument for this option. |
Type of argument for this option.
const char* Puma::OptsParser::Option::desc |
Description of this option.
const char* Puma::OptsParser::Option::longName |
Long namen of this option.
Number associated with this option.
const char* Puma::OptsParser::Option::shortName |
Short name of this option.
Should ideally not contain more than one character