MythTV  master
Classes | Typedefs
eitcache.h File Reference
#include <cstdint>
#include <QString>
#include <QMutex>
#include <QMap>
#include "mythtvexp.h"
Include dependency graph for eitcache.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EITCache
 

Typedefs

using event_map_t = QMap< uint, uint64_t >
 
using key_map_t = QMap< uint, event_map_t * >
 

Typedef Documentation

◆ event_map_t

using event_map_t = QMap<uint, uint64_t>

Definition at line 19 of file eitcache.h.

◆ key_map_t

using key_map_t = QMap<uint, event_map_t*>

Definition at line 20 of file eitcache.h.