#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 |
|
◆ Option() [1/2]
mir::options::Option::Option |
( |
| ) |
|
|
protecteddefault |
◆ ~Option()
virtual mir::options::Option::~Option |
( |
| ) |
|
|
protectedvirtualdefault |
◆ Option() [2/2]
mir::options::Option::Option |
( |
Option const & |
| ) |
|
|
protecteddelete |
◆ get() [1/5]
virtual bool mir::options::Option::get |
( |
char const * |
name, |
|
|
bool |
default_ |
|
) |
| const |
|
pure virtual |
◆ get() [2/5]
virtual std::string mir::options::Option::get |
( |
char const * |
name, |
|
|
char const * |
default_ |
|
) |
| const |
|
pure virtual |
◆ get() [3/5]
virtual int mir::options::Option::get |
( |
char const * |
name, |
|
|
int |
default_ |
|
) |
| const |
|
pure virtual |
◆ get() [4/5]
virtual boost::any const& mir::options::Option::get |
( |
char const * |
name | ) |
const |
|
pure virtual |
◆ get() [5/5]
template<typename Type >
Type mir::options::Option::get |
( |
char const * |
name | ) |
const |
|
inline |
◆ is_set()
virtual bool mir::options::Option::is_set |
( |
char const * |
name | ) |
const |
|
pure virtual |
◆ operator=()
The documentation for this class was generated from the following file:
Copyright © 2012-2016 Canonical Ltd.
Generated on Mon Jun 5 11:07:25 UTC 2017