#include <iostream>#include "op_popt.h"#include "op_version.h"#include "popt_options.h"#include "string_manip.h"
Go to the source code of this file.
Data Structures | |
| class | popt::option_base |
| class | popt::option_imp< void > |
| class | popt::option_imp< int > |
| class | popt::option_imp< string > |
| class | popt::option_imp< vector< string > > |
Namespaces | |
| namespace | popt |
Functions | |
| static vector< poptOption > & | popt::popt_options (void) |
| static vector< option_base * > & | popt::options_list (void) |
| static poptContext | popt::do_parse_options (int argc, char const **argv, vector< poptOption > &options, vector< string > &additional_params) |
| void | popt::parse_options (int argc, char const **argv, vector< string > &additional_params) |
Variables | |
| static int | popt::showvers |
| static struct poptOption | popt::appended_options [] |
option parsing
Definition in file popt_options.cpp.
1.6.1