19 #ifndef MIR_DEFAULT_CONFIGURATION_OPTIONS_H_
20 #define MIR_DEFAULT_CONFIGURATION_OPTIONS_H_
43 static char const*
const glog;
60 virtual std::shared_ptr<options::Option>
the_options()
const = 0;
82 boost::program_options::options_description_easy_init
add_options();
84 virtual std::shared_ptr<options::Option>
the_options()
const;
88 char const**
const argv;
89 std::shared_ptr<boost::program_options::options_description>
const program_options;
90 std::shared_ptr<options::Option>
mutable options;