#include "CommandLineOptions.hxx"#include <map>#include <set>#include <string>#include <vector>#include <ostream>#include <sstream>#include <cstring>
Include dependency graph for testactions/CommandLineOptions.cxx:Classes | |
| struct | _cli_options_map_init |
| struct | cli::parser< X > |
| struct | cli::parser< bool > |
| struct | cli::parser< std::map< K, V > > |
| struct | cli::parser< std::set< X > > |
| struct | cli::parser< std::string > |
| struct | cli::parser< std::vector< X > > |
Namespaces | |
| namespace | cli |
Typedefs | |
| typedef std::map< std::string, void(*)(options &, ::cli::scanner &)> | _cli_options_map |
Functions | |
| template<typename X , typename T , T X::* P> | |
| void | cli::thunk (X &x, scanner &s) |
Variables | |
| static _cli_options_map | _cli_options_map_ |
| struct _cli_options_map_init | _cli_options_map_init_ |
| typedef std::map<std::string, void (*) (options&, ::cli::scanner&)> _cli_options_map |
|
static |
| struct _cli_options_map_init _cli_options_map_init_ |