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>
Public Member Functions | |
void | add_option (string const &name, int parms=no_values) |
Public Attributes | |
std::vector< Descriptor > | options_ |
the list of allowed options |
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.
void add_option | ( | string const & | name, | |
int | parms = no_values | |||
) |
std::vector<Descriptor> options_ |