libevdevxx 0.4.0
A C++ wrapper for libevdev.
|
#include <cerrno>
#include <iosfwd>
#include <string>
#include <libevdev/libevdev.h>
Go to the source code of this file.
Namespaces | |
namespace | evdev |
The namespace of libevdevxx. | |
Enumerations | |
enum | ReadStatus : int { success = LIBEVDEV_READ_STATUS_SUCCESS , dropped = LIBEVDEV_READ_STATUS_SYNC , again = -EAGAIN } |
Functions | |
std::string | to_string (ReadStatus st) |
int | to_errno (ReadStatus st) |
std::ostream & | operator<< (std::ostream &out, ReadStatus st) |