Go to the documentation of this file.
19 #ifndef MIR_OPTIONS_OPTION_H_
20 #define MIR_OPTIONS_OPTION_H_
34 virtual bool is_set(
char const* name)
const = 0;
36 virtual bool get(
char const* name,
bool default_)
const = 0;
37 virtual std::string
get(
char const* name,
char const* default_)
const = 0;
38 virtual int get(
char const* name,
int default_)
const = 0;
Copyright © 2012,2013 Canonical Ltd.
Generated on Wed Oct 30 18:52:19 UTC 2013