Android-cuttlefish cvd tool
Classes | Typedefs
wayland_server_callbacks.h File Reference
#include <cstdint>
#include <functional>
#include <variant>
Include dependency graph for wayland_server_callbacks.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  DisplayCreatedEvent
 
struct  DisplayDestroyedEvent
 

Typedefs

using DisplayEvent = std::variant< DisplayCreatedEvent, DisplayDestroyedEvent >
 
using DisplayEventCallback = std::function< void(const DisplayEvent &)>
 

Typedef Documentation

◆ DisplayEvent

◆ DisplayEventCallback

using DisplayEventCallback = std::function<void(const DisplayEvent&)>