MythTV  master
Classes | Typedefs
mythsystemunix.h File Reference
#include <array>
#include <csignal>
#include <sys/select.h>
#include <QObject>
#include <QString>
#include <QStringList>
#include <QMap>
#include <QList>
#include <QBuffer>
#include <QWaitCondition>
#include <QMutex>
#include <QPointer>
#include "mythsystemprivate.h"
#include "mythbaseexp.h"
#include "mythchrono.h"
#include "mythsystemlegacy.h"
#include "mthread.h"
Include dependency graph for mythsystemunix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MythSystemLegacyIOHandler
 
class  MythSystemLegacyManager
 
class  MythSystemLegacySignalManager
 
class  MythSystemLegacyUnix
 

Typedefs

using MSMap_t = QMap< pid_t, QPointer< MythSystemLegacyUnix > >
 
using PMap_t = QMap< int, QBuffer * >
 
using MSList_t = QList< QPointer< MythSystemLegacyUnix > >
 

Typedef Documentation

◆ MSMap_t

using MSMap_t = QMap<pid_t, QPointer<MythSystemLegacyUnix> >

Definition at line 28 of file mythsystemunix.h.

◆ PMap_t

using PMap_t = QMap<int, QBuffer *>

Definition at line 29 of file mythsystemunix.h.

◆ MSList_t

using MSList_t = QList<QPointer<MythSystemLegacyUnix> >

Definition at line 30 of file mythsystemunix.h.