MythTV  master
Classes | Typedefs
mythdrmresources.h File Reference
#include <QString>
#include "libmythui/mythuiexp.h"
#include <xf86drm.h>
#include <xf86drmMode.h>
#include <map>
#include <array>
#include <vector>
#include <memory>
Include dependency graph for mythdrmresources.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MythDRMResources
 A simple wrapper around a drmModeResPtr that ensures proper cleanup. More...
 

Typedefs

using DRMArray = std::array< uint32_t, 4 >
 

Typedef Documentation

◆ DRMArray

using DRMArray = std::array<uint32_t,4>

Definition at line 22 of file mythdrmresources.h.