#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 |
|
mir::options::Option::Option |
( |
) | |
|
|
protecteddefault |
virtual mir::options::Option::~Option |
( |
) | |
|
|
inlineprotectedvirtual |
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 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 Tue Oct 15 00:23:28 UTC 2013