#include <option.h>
|
| virtual bool | is_set (char const *name) const =0 |
| |
| virtual bool | get (char const *name, bool default_) const =0 |
| |
| virtual std::string | get (char const *name, char const *default_) const =0 |
| |
| virtual int | get (char const *name, int default_) const =0 |
| |
| virtual boost::any const & | get (char const *name) const =0 |
| |
| template<typename Type > |
| Type | get (char const *name) const |
| |
| mir::options::Option::Option |
( |
| ) |
|
|
protecteddefault |
| virtual mir::options::Option::~Option |
( |
| ) |
|
|
protectedvirtualdefault |
| mir::options::Option::Option |
( |
Option const & |
| ) |
|
|
protecteddelete |
| virtual bool mir::options::Option::get |
( |
char const * |
name, |
|
|
bool |
default_ |
|
) |
| const |
|
pure virtual |
| virtual std::string mir::options::Option::get |
( |
char const * |
name, |
|
|
char const * |
default_ |
|
) |
| const |
|
pure virtual |
| virtual int mir::options::Option::get |
( |
char const * |
name, |
|
|
int |
default_ |
|
) |
| const |
|
pure virtual |
| virtual boost::any const& mir::options::Option::get |
( |
char const * |
name | ) |
const |
|
pure virtual |
template<typename Type >
| Type mir::options::Option::get |
( |
char const * |
name | ) |
const |
|
inline |
| virtual bool mir::options::Option::is_set |
( |
char const * |
name | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file:
Copyright © 2012-2016 Canonical Ltd.
Generated on Wed Oct 11 22:26:23 UTC 2017