#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 |
| |
| 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 |
|
) |
| |
The documentation for this class was generated from the following files:
Copyright © 2012,2013 Canonical Ltd.
Generated on Fri Apr 11 21:14:53 UTC 2014