#include <drm.hpp>
Definition at line 42 of file drm.hpp.
◆ Device() [1/3]
Beatmup::DRM::Device::Device |
( |
const Device & |
| ) |
|
|
privatedelete |
◆ Device() [2/3]
Beatmup::DRM::Device::Device |
( |
| ) |
|
|
inline |
◆ Device() [3/3]
Beatmup::DRM::Device::Device |
( |
const char * |
path | ) |
|
|
inline |
Definition at line 49 of file drm.hpp.
50 device = open(path, O_RDWR | O_CLOEXEC);
52 throw DRMError(std::string(
"Cannot open DRM device") + path);
◆ ~Device()
Beatmup::DRM::Device::~Device |
( |
| ) |
|
|
inline |
◆ operator=()
◆ getHandle()
int Beatmup::DRM::Device::getHandle |
( |
| ) |
|
|
inline |
◆ operator bool()
Beatmup::DRM::Device::operator bool |
( |
| ) |
const |
|
inline |
◆ device
int Beatmup::DRM::Device::device |
|
private |
The documentation for this class was generated from the following file: