#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 |
|
bool | get (char const *name, bool default_) const |
|
std::string | get (char const *, char const *default_) const |
|
int | get (char const *name, int default_) const |
|
mir::options::ProgramOption::ProgramOption |
( |
) | |
|
bool mir::options::ProgramOption::get |
( |
char const * |
name, |
|
|
bool |
default_ |
|
) |
| const |
|
virtual |
std::string mir::options::ProgramOption::get |
( |
char const * |
name, |
|
|
char const * |
default_ |
|
) |
| const |
|
virtual |
int mir::options::ProgramOption::get |
( |
char const * |
name, |
|
|
int |
default_ |
|
) |
| const |
|
virtual |
bool mir::options::ProgramOption::is_set |
( |
char const * |
name) | |
const |
|
virtual |
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 Tue Oct 15 00:23:28 UTC 2013