#include <boost/program_options/config.hpp>#include <boost/any.hpp>#include <boost/shared_ptr.hpp>#include <string>#include <map>#include <set>

Classes | |
| singleton | boost::program_options::basic_parsed_options< charT > |
| Results of parsing an input source. More... | |
| class | boost::program_options::variable_value |
| Class holding value of option. More... | |
| class | boost::program_options::abstract_variables_map |
| Implements string->string mapping with convenient value casting facilities. More... | |
| class | boost::program_options::variables_map |
| Concrete variables map which store variables in real map. More... | |
Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::program_options | |
| Namespace for the library. | |
Functions | |
| BOOST_PROGRAM_OPTIONS_DECL void | boost::program_options::store (const basic_parsed_options< char > &options, variables_map &m, bool utf8=false) |
| Stores in 'm' all options that are defined in 'options'. More... | |
| BOOST_PROGRAM_OPTIONS_DECL void | boost::program_options::store (const basic_parsed_options< wchar_t > &options, variables_map &m) |
| Stores in 'm' all options that are defined in 'options'. More... | |
| BOOST_PROGRAM_OPTIONS_DECL void | boost::program_options::notify (variables_map &m) |
| Runs all 'notify' function for options in 'm'. More... | |