#include <program_option.h>
|
| ProgramOption () |
|
void | parse_arguments (boost::program_options::options_description const &description, int argc, char const *argv[]) |
|
void | parse_environment (boost::program_options::options_description const &description, char const *prefix) |
|
void | parse_file (boost::program_options::options_description const &description, std::string const &filename) |
|
bool | is_set (char const *name) const override |
|
bool | get (char const *name, bool default_) const override |
|
std::string | get (char const *, char const *default_) const override |
|
int | get (char const *name, int default_) const override |
|
boost::any const & | get (char const *name) const override |
|
std::vector< std::string > | unparsed_command_line () const |
|
template<typename Type > |
Type | get (char const *name) const |
|
mir::options::ProgramOption::ProgramOption |
( |
| ) |
|
bool mir::options::ProgramOption::get |
( |
char const * |
name, |
|
|
bool |
default_ |
|
) |
| const |
|
overridevirtual |
std::string mir::options::ProgramOption::get |
( |
char const * |
name, |
|
|
char const * |
default_ |
|
) |
| const |
|
overridevirtual |
int mir::options::ProgramOption::get |
( |
char const * |
name, |
|
|
int |
default_ |
|
) |
| const |
|
overridevirtual |
boost::any const & mir::options::ProgramOption::get |
( |
char const * |
name | ) |
const |
|
overridevirtual |
bool mir::options::ProgramOption::is_set |
( |
char const * |
name | ) |
const |
|
overridevirtual |
void mir::options::ProgramOption::parse_arguments |
( |
boost::program_options::options_description const & |
description, |
|
|
int |
argc, |
|
|
char const * |
argv[] |
|
) |
| |
void mir::options::ProgramOption::parse_environment |
( |
boost::program_options::options_description const & |
description, |
|
|
char const * |
prefix |
|
) |
| |
void mir::options::ProgramOption::parse_file |
( |
boost::program_options::options_description const & |
description, |
|
|
std::string const & |
filename |
|
) |
| |
std::vector< std::string > mir::options::ProgramOption::unparsed_command_line |
( |
| ) |
const |
The documentation for this class was generated from the following files:
Copyright © 2012-2015 Canonical Ltd.
Generated on Thu Sep 8 14:50:19 UTC 2016