19 #ifndef MIR_CLIENT_EVENT_H_ 20 #define MIR_CLIENT_EVENT_H_ 39 operator MirEvent const*()
const {
return self.get(); }
45 std::shared_ptr<MirEvent const>
self;
53 #endif //MIR_CLIENT_EVENT_H_ AutoUnblockThread is a helper thread class that can gracefully shutdown at destruction time...
Definition: sw_splash.h:26
Event(MirEvent const *event)
Definition: event.h:35
void mir_event_unref(Event const &event)=delete
void reset()
Definition: event.h:41
Handle class for MirEvent - provides automatic reference counting.
Definition: event.h:31