The description of a single option's type -- not its values, for that see ProgramOptions::Option. More...
#include <options.h>
Public Member Functions | |
Descriptor (string const &name, int parms=no_values) | |
Construct an Option Descriptor given a name for the option and specification of how many, if any, values are accepted by this option. Use one of the ProgramOptions::allowed_parms_ names. | |
Public Attributes | |
string | name_ |
of the option | |
int | parms_ |
allowed parameter count, see ProgramOptions::allowed_parms_ |
The description of a single option's type -- not its values, for that see ProgramOptions::Option.
Definition at line 462 of file options.h.
Descriptor | ( | string const & | name, | |
int | parms = no_values | |||
) |
Construct an Option Descriptor given a name for the option and specification of how many, if any, values are accepted by this option. Use one of the ProgramOptions::allowed_parms_ names.
int parms_ |
allowed parameter count, see ProgramOptions::allowed_parms_