Descriptors Class Reference

A collection of Descriptor's of options. This is a thin wrapper around a vector<Descriptor> Its main purpose is to define the add_option method so that the interface to array of descriptors becomes simpler to use. More...

#include <options.h>

Collaboration diagram for Descriptors:
Collaboration graph
[legend]

List of all members.

Public Member Functions

void add_option (string const &name, int parms=no_values)

Public Attributes

std::vector< Descriptoroptions_
 the list of allowed options

Detailed Description

A collection of Descriptor's of options. This is a thin wrapper around a vector<Descriptor> Its main purpose is to define the add_option method so that the interface to array of descriptors becomes simpler to use.

Definition at line 545 of file options.h.


Member Function Documentation

void add_option ( string const &  name,
int  parms = no_values 
)

Definition at line 272 of file options.cxx.

Here is the caller graph for this function:


Member Data Documentation

std::vector<Descriptor> options_

the list of allowed options

Definition at line 555 of file options.h.


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