MythTV  master
Classes | Typedefs
channelutil.h File Reference
#include <cstdint>
#include <deque>
#include <vector>
#include <QString>
#include <QCoreApplication>
#include "mythtvexp.h"
#include "dtvmultiplex.h"
#include "channelinfo.h"
#include "iptvtuningdata.h"
#include "tv.h"
Include dependency graph for channelutil.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pid_cache_item_t
 
class  ChannelUtil
 Collection of helper utilities for channel DB use. More...
 

Typedefs

using pid_cache_t = std::vector< pid_cache_item_t >
 

Typedef Documentation

◆ pid_cache_t

using pid_cache_t = std::vector<pid_cache_item_t>

Definition at line 43 of file channelutil.h.