Descriptor Class Reference

The description of a single option's type -- not its values, for that see ProgramOptions::Option. More...

#include <options.h>

Collaboration diagram for Descriptor:
Collaboration graph
[legend]

List of all members.

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_

Detailed Description

The description of a single option's type -- not its values, for that see ProgramOptions::Option.

Definition at line 462 of file options.h.


Constructor & Destructor Documentation

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.

Definition at line 474 of file options.h.


Member Data Documentation

of the option

Definition at line 470 of file options.h.

int parms_

allowed parameter count, see ProgramOptions::allowed_parms_

Definition at line 471 of file options.h.


The documentation for this class was generated from the following file:
Generated on Wed Feb 29 22:56:12 2012 for CXXUtilities by  doxygen 1.6.3