#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,2013 Canonical Ltd.
Generated on Fri Oct 10 14:07:14 UTC 2014