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