19 #ifndef MIRAL_SET_COMMAND_LINE_HANDER_H 20 #define MIRAL_SET_COMMAND_LINE_HANDER_H 24 namespace mir {
class Server; }
38 using Handler = std::function<void(int argc, char const* const* argv)>;
43 void operator()(mir::Server& server)
const;
50 #endif //MIRAL_SET_COMMAND_LINE_HANDER_H Definition: connection.h:26
std::function< void(int argc, char const *const *argv)> Handler
Definition: set_command_line_hander.h:38
Set a handler for any command line options Mir/MirAL does not recognise. This will be invoked if any ...
Definition: set_command_line_hander.h:35
Mir Abstraction Layer.
Definition: active_outputs.h:27